Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QAE-1183] add first playwright test #413

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Prev Previous commit
rename command
jyu115 committed Jul 12, 2024

Verified

This commit was signed with the committer’s verified signature.
commit 7325227ddb116b335777ffaf60d57b987aec1045
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
rm -rf node_modules && rm -rf ./react-example/node_modules
yarn install --frozen-lockfile && yarn --cwd ./react-example install --frozen-lockfile
- name: Start React Sample App
run: yarn start:all:react-start-without-watch
run: yarn start-without-watch:all:react
- name: Run Playwright tests
run: yarn playwright test
- uses: actions/upload-artifact@v4
Loading