There was an error while loading. Please reload this page.
1 parent e021f57 commit fd3711dCopy full SHA for fd3711d
.github/workflows/playwright.yml
@@ -39,10 +39,8 @@ jobs:
39
40
# Step to run tests with qa as environment variable similarly we can define qa|dev|qaApi|devApi
41
- name: Run tests
42
- run: npm run test:serial
+ run: |
43
+ cd ..
44
+ npm run test:serial
45
env:
- npm_config_ENV: "qa"
-
46
- # Step to check the existence of html-report directory
47
- - name: Check HTML report directory
48
- run: ls html-report
+ npm_config_ENV: "qa"
0 commit comments