Skip to content

Commit

Permalink
Reduce amount of tests to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Feb 7, 2024
1 parent 9c893d2 commit c19f378
Show file tree
Hide file tree
Showing 3 changed files with 1,613 additions and 1,611 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/visual-ci-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
cd ./packages/web-new
npm install
npx playwright install chromium firefox
npm run serve &
sleep 10
npm test
- uses: actions/upload-artifact@v3
Expand Down
12 changes: 6 additions & 6 deletions packages/web-new/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ module.exports = defineConfig({
],

/* Run your local dev server before starting the tests */
webServer: {
command: 'npm run serve',
url: 'http://127.0.0.1:5100',
// timeout: 120 * 1000,
reuseExistingServer: !process.env.CI,
}
// webServer: {
// command: 'npm run serve',
// url: 'http://127.0.0.1:5100',
// // timeout: 120 * 1000,
// reuseExistingServer: !process.env.CI,
// }
});
Loading

0 comments on commit c19f378

Please sign in to comment.