Skip to content

Commit cb5a9f7

Browse files
committed
Playwright project for docs
1 parent e072717 commit cb5a9f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/docs/site/playwright.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@ export default defineConfig({
2222
reuseExistingServer: !process.env.CI,
2323
timeout: 120_000,
2424
},
25+
projects: [
26+
{
27+
name: 'chromium',
28+
use: { browserName: 'chromium' },
29+
},
30+
],
2531
});

0 commit comments

Comments
 (0)