Skip to content

Commit

Permalink
chore: use demo dev for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jul 13, 2023
1 parent 18f0f5e commit 595d3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"test": {
"command": "playwright test",
"dependencies": [
"../../examples/demo:serve",
"../../examples/demo:dev",
"../snap:serve"
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
reporter: process.env.CI ? [['html'], ['list']] : 'list',
use: {
actionTimeout: 0,
baseURL: 'http://localhost:3000',
baseURL: 'http://localhost:5173',
trace: 'on-first-retry',
colorScheme: 'dark',
browserName: 'chromium',
Expand Down

0 comments on commit 595d3fa

Please sign in to comment.