Skip to content

Commit bc30d28

Browse files
heswellCopilot
andauthored
Replace Cypress component tests with Playwright (#2331)
* Replace Cypress component tests with Playwright Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Remove transitive uuid dependency from shell test Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Stabilize FilterEditor focus test Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent faee7f6 commit bc30d28

36 files changed

Lines changed: 1148 additions & 4305 deletions

.github/workflows/test-ui.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,6 @@ jobs:
3333
uses: ./.github/actions/setup-vuu-ui
3434
- run: cd ./vuu-ui && npm run test:vite
3535

36-
cypress-component:
37-
runs-on: ubuntu-latest
38-
steps:
39-
- name: Checkout
40-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
41-
- name: Install Node & dependencies
42-
uses: ./.github/actions/setup-vuu-ui
43-
- name: Build Worker
44-
run: cd ./vuu-ui && npm run build:worker
45-
- name: Run component tests in Chrome
46-
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
47-
with:
48-
component: true
49-
install: false
50-
working-directory: ./vuu-ui
51-
browser: chrome
52-
- name: Run component tests in Edge
53-
uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b
54-
with:
55-
component: true
56-
install: false
57-
working-directory: ./vuu-ui
58-
browser: edge
59-
6036
playwright-component:
6137
runs-on: ubuntu-latest
6238
name: playwright-component (${{ matrix.browser }})

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ yarn-error.log*
2020
.showcase/
2121
.showcase/**
2222
/vuu-ui/showcase/src/examples/**/*.js
23-
/vuu-ui/cypress/screenshots
2423
/vuu-ui/themes/tar-theme
2524

2625
deployed_apps

vuu-ui/cypress.config.ts

Lines changed: 0 additions & 92 deletions
This file was deleted.

vuu-ui/cypress.d.ts

Lines changed: 0 additions & 53 deletions
This file was deleted.

vuu-ui/cypress/support/component.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)