Skip to content

Commit

Permalink
update suite
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Feb 17, 2024
1 parent 36da114 commit e13326f
Show file tree
Hide file tree
Showing 20 changed files with 194 additions and 643 deletions.
1 change: 1 addition & 0 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ env:
SYSTEM_INFO: ./tests/pw/playwright/systemInfo.json
API_TEST_RESULT: ./tests/pw/playwright-report/api/summary-report/results.json
E2E_TEST_RESULT: ./tests/pw/playwright-report/e2e/summary-report/results.json
API_COVERAGE: ./tests/pw/playwright-report/api/coverage-report/coverage.json

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e_api_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ env:
SYSTEM_INFO: ./tests/pw/playwright/systemInfo.json
API_TEST_RESULT: ./tests/pw/playwright-report/api/summary-report/results.json
E2E_TEST_RESULT: ./tests/pw/playwright-report/e2e/summary-report/results.json
API_COVERAGE: ./tests/pw/playwright-report/api/coverage-report/coverage.json

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion tests/pw/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dist
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode/
.vscode/settings.json
.vscode-test

# yarn v2
Expand Down
Loading

0 comments on commit e13326f

Please sign in to comment.