Skip to content

Commit

Permalink
debug playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
codyzu committed Nov 13, 2023
1 parent e995058 commit 704cdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default defineConfig({
/* Base URL to use in actions like `await page.goto('/')`. */
// eslint-disable-next-line @typescript-eslint/naming-convention
baseURL: 'http://localhost:5173',
// BaseURL: 'http://host.docker.internal:5173',

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',
Expand All @@ -53,7 +54,6 @@ export default defineConfig({
name: 'chromium',
// Use: {...devices['Desktop Chrome'], storageState: STORAGE_STATE},
use: {...devices['Desktop Chrome']},
// Dependencies: ['setup'],
},
// {
// name: 'chromium - no sign-in',
Expand Down

0 comments on commit 704cdda

Please sign in to comment.