Skip to content

Commit

Permalink
update url for playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhay Fernandes committed Sep 2, 2024
1 parent d158dca commit 38c4341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Playwright Tests
name: playwright

on:
push:
Expand Down
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: 'npm run start',
url: "http://127.0.0.1:4321",
reuseExistingServer: !process.env.CI,
},
});

0 comments on commit 38c4341

Please sign in to comment.