Skip to content

Commit 4aa9dfb

Browse files
committed
chore(test): move tests into one folder
1 parent c2bd0de commit 4aa9dfb

83 files changed

Lines changed: 12 additions & 138 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/publish-website/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ runs:
6262
npm run build-website
6363
shell: bash
6464
- name: Install Playwright
65-
working-directory: ./webui
65+
working-directory: ./tests/e2e
6666
run: npx playwright install --with-deps
6767
shell: bash
6868
- name: test website
69-
working-directory: ./webui
69+
working-directory: ./tests/e2e
7070
run: npx playwright test --project=website
7171
shell: bash
7272
- name: Upload test results

.github/actions/run-frontend-tests/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ runs:
3737
npm run build-dashboard
3838
shell: bash
3939
- name: Install Playwright
40-
working-directory: ./webui
40+
working-directory: ./tests/e2e
4141
run: npx playwright install --with-deps
4242
shell: bash
4343
- name: Run your tests
44-
working-directory: ./webui
44+
working-directory: ./tests/e2e
4545
run: npx playwright test --project=dashboard
4646
shell: bash
4747
- name: Upload test results

0 commit comments

Comments
 (0)