@opice/cli 0.0.4 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opice/cli",
3
- "version": "0.0.4",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for opice — scaffolds projects and wraps `bun test` to stream E2E results to the reporting platform",
5
5
  "type": "module",
6
6
  "bin": {
@@ -64,8 +64,8 @@ jobs:
64
64
  - uses: actions/checkout@v4
65
65
  - uses: oven-sh/setup-bun@v2
66
66
  - run: bun install
67
- - name: Install agent-browser
68
- run: bun add -g agent-browser
67
+ - name: Install Playwright Chromium
68
+ run: bunx playwright install --with-deps chromium
69
69
  - name: Start playground (background)
70
70
  run: bun run dev &
71
71
  env: