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 178c57c commit 4c9fa2aCopy full SHA for 4c9fa2a
playwright.config.js
@@ -27,7 +27,7 @@ export default defineConfig({
27
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
28
use: {
29
/* Base URL to use in actions like `await page.goto('/')`. */
30
- baseURL: 'http://localhost:8080',
+ baseURL: 'http://localhost:8081',
31
32
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
33
trace: 'on-first-retry',
0 commit comments