|
|
|
@ -28,7 +28,7 @@ export default defineConfig({
|
|
|
|
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
|
|
|
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
|
|
|
use: {
|
|
|
|
use: {
|
|
|
|
/* Base URL to use in actions like `await page.goto('/')`. */
|
|
|
|
/* Base URL to use in actions like `await page.goto('/')`. */
|
|
|
|
baseURL: (!process.env.TRILIUM_DOCKER ? SERVER_URL : "http://127.0.0.1:8080"),
|
|
|
|
baseURL: SERVER_URL,
|
|
|
|
|
|
|
|
|
|
|
|
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
|
|
|
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
|
|
|
trace: 'on-first-retry',
|
|
|
|
trace: 'on-first-retry',
|
|
|
|
|