You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a different port than your development one to avoid data and state collision
use: {
/* Base URL to use in actions like `await page.goto('/')`. */
baseURL: "http://localhost:3001/",
webServer: {
command: "yarn dev -p 3001",
url: "http://localhost:3001",
reuseExistingServer: !process.env.CI,
},