Skip to content

Commit c0a2d72

Browse files
committed
chore(config): update Playwright config baseURL to include JSON_Schema_Validator path
1 parent 6942328 commit c0a2d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
workers: process.env.CI ? 1 : undefined, // Limit workers in CI
99
reporter: "html", // Reporter to use
1010
use: {
11-
baseURL: "http://127.0.0.1:3000", // Use explicit IP for baseURL
11+
baseURL: "http://127.0.0.1:3000/JSON_Schema_Validator", // Add basePath
1212
trace: "retain-on-failure", // Record trace if test fails
1313
},
1414
webServer: {

0 commit comments

Comments
 (0)