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 6942328 commit c0a2d72Copy full SHA for c0a2d72
playwright.config.ts
@@ -8,7 +8,7 @@ export default defineConfig({
8
workers: process.env.CI ? 1 : undefined, // Limit workers in CI
9
reporter: "html", // Reporter to use
10
use: {
11
- baseURL: "http://127.0.0.1:3000", // Use explicit IP for baseURL
+ baseURL: "http://127.0.0.1:3000/JSON_Schema_Validator", // Add basePath
12
trace: "retain-on-failure", // Record trace if test fails
13
},
14
webServer: {
0 commit comments