test: prove TechLog UI migration parity
This commit is contained in:
@@ -9,35 +9,35 @@ export default defineConfig({
|
||||
["junit", { outputFile: "./artifacts/tests/e2e/results.xml" }],
|
||||
],
|
||||
use: {
|
||||
baseURL: "http://127.0.0.1:4173",
|
||||
baseURL: "http://127.0.0.1:4273",
|
||||
colorScheme: "light",
|
||||
locale: "ko-KR",
|
||||
timezoneId: "Asia/Seoul",
|
||||
trace: "retain-on-failure",
|
||||
screenshot: "only-on-failure",
|
||||
},
|
||||
webServer: {
|
||||
command:
|
||||
"corepack pnpm build && corepack pnpm preview --host 127.0.0.1 --port 4173",
|
||||
url: "http://127.0.0.1:4173",
|
||||
"corepack pnpm build && corepack pnpm preview --host 127.0.0.1 --port 4273",
|
||||
url: "http://127.0.0.1:4273",
|
||||
reuseExistingServer: false,
|
||||
},
|
||||
projects: [
|
||||
{
|
||||
name: "chromium",
|
||||
testIgnore: "**/compact-smoke.spec.ts",
|
||||
use: { ...devices["Desktop Chrome"] },
|
||||
},
|
||||
{
|
||||
name: "firefox",
|
||||
testIgnore: "**/compact-smoke.spec.ts",
|
||||
use: { ...devices["Desktop Firefox"] },
|
||||
},
|
||||
{
|
||||
name: "webkit",
|
||||
testIgnore: "**/compact-smoke.spec.ts",
|
||||
use: { ...devices["Desktop Safari"] },
|
||||
},
|
||||
{
|
||||
name: "chromium-compact",
|
||||
testMatch: "**/compact-smoke.spec.ts",
|
||||
testMatch: "**/tech-log-responsive.spec.ts",
|
||||
use: {
|
||||
...devices["Desktop Chrome"],
|
||||
viewport: { width: 390, height: 844 },
|
||||
|
||||
Reference in New Issue
Block a user