We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6393c7 commit 41e7442Copy full SHA for 41e7442
.github/workflows/playwright.yml
@@ -15,6 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
env:
17
BASE_URL_TESTING: ${{ vars.BASE_URL_TESTING }}
18
+ CI: true
19
steps:
20
- uses: actions/checkout@v3
21
- uses: actions/setup-node@v3
playwright.config.js
@@ -76,8 +76,7 @@ module.exports = defineConfig({
76
ignoreHTTPSErrors: true,
77
command: 'npm run start',
78
url: baseURL,
79
- reuseExistingServer: !process.env.CI,
80
-
+ reuseExistingServer: !process.env.CI,
81
},
82
83
});
0 commit comments