We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63923e commit d5f1bceCopy full SHA for d5f1bce
typescript-sdk/apps/dojo/e2e/package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"description": "Scheduled Playwright smoke tests for CopilotKit demo apps",
6
"scripts": {
7
- "postinstall": "playwright install --with-deps",
+ "postinstall": "playwright install --with-deps chromium",
8
"test": "playwright test",
9
"test:ui": "playwright test --ui",
10
"report": "playwright show-report"
0 commit comments