fix(playwright.config.js): correct baseURL typo from 'http:/localhost:3080' to 'http://localhost:3080'
This commit is contained in:
@@ -20,7 +20,7 @@ export default defineConfig({
|
||||
],
|
||||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||
use: {
|
||||
baseURL: 'http:/localhost:3080',
|
||||
baseURL: 'http://localhost:3080',
|
||||
video: 'on-first-retry',
|
||||
trace: 'retain-on-failure',
|
||||
headless: true,
|
||||
|
||||
Reference in New Issue
Block a user