Skip to content

Commit cf8ce94

Browse files
committed
fix playwright
1 parent 0994956 commit cf8ce94

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/tests-e2e/playwright.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ export default defineConfig({
2323
baseURL: process.env.APP_PAGES_ROUTER_URL || "http://localhost:3003",
2424
},
2525
},
26-
// {
27-
// name: "experimental",
28-
// testMatch: ["tests/experimental/*.test.ts"],
29-
// use: {
30-
// baseURL: process.env.EXPERIMENTAL_APP_URL || "http://localhost:3004",
31-
// },
32-
// },
26+
{
27+
name: "experimental",
28+
testMatch: ["tests/experimental/*.test.ts"],
29+
use: {
30+
baseURL: process.env.EXPERIMENTAL_APP_URL || "http://localhost:3004",
31+
},
32+
},
3333
],
3434
});

0 commit comments

Comments
 (0)