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 4f93942 commit f5031d1Copy full SHA for f5031d1
1 file changed
playwright.config.ts
@@ -29,7 +29,7 @@ export default defineConfig({
29
/* Shared settings for all the projects below */
30
use: {
31
/* Base URL to use in actions like `await page.goto('/')` */
32
- baseURL: 'http://localhost:3000',
+ baseURL: process.env.CI ? 'http://localhost:3000/docusaurus' : 'http://localhost:3000',
33
34
/* Collect trace when retrying the failed test */
35
trace: 'on-first-retry',
0 commit comments