chore: isolate build artifacts and storybook smoke infra
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
import { defineConfig } from "@playwright/test";
|
||||
|
||||
export default defineConfig({
|
||||
globalSetup: "./tests/e2e/support/global-setup.cjs",
|
||||
globalTeardown: "./tests/e2e/support/global-teardown.cjs",
|
||||
outputDir: "./.artifacts/test-results",
|
||||
testDir: "./tests/e2e",
|
||||
timeout: 30_000,
|
||||
use: {
|
||||
baseURL: "http://127.0.0.1:6006",
|
||||
trace: "retain-on-failure"
|
||||
},
|
||||
webServer: {
|
||||
command: "pnpm --filter @ai-ui/docs storybook",
|
||||
port: 6006,
|
||||
reuseExistingServer: !process.env.CI,
|
||||
timeout: 120_000
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user