|
|
|
@ -22,12 +22,12 @@ export default defineConfig({
|
|
|
|
trace: 'on-first-retry',
|
|
|
|
trace: 'on-first-retry',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
/* Run your local dev server before starting the tests */
|
|
|
|
/* Run your local dev server before starting the tests */
|
|
|
|
webServer: {
|
|
|
|
webServer: !process.env.TRILIUM_DOCKER ? {
|
|
|
|
command: 'pnpm server:start-prod',
|
|
|
|
command: 'pnpm server:start-prod',
|
|
|
|
url: baseURL,
|
|
|
|
url: baseURL,
|
|
|
|
reuseExistingServer: !process.env.CI,
|
|
|
|
reuseExistingServer: !process.env.CI,
|
|
|
|
cwd: workspaceRoot
|
|
|
|
cwd: workspaceRoot
|
|
|
|
},
|
|
|
|
} : undefined,
|
|
|
|
projects: [
|
|
|
|
projects: [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name: "chromium",
|
|
|
|
name: "chromium",
|
|
|
|
|