@braid-cloud/cli 0.1.18 → 0.1.20

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": "@braid-cloud/cli",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "description": "Install braid prompts as agent skills to your local development environment",
5
5
  "type": "module",
6
6
  "bin": {
@@ -29,7 +29,10 @@
29
29
  "test": "bun run test:unit && bun run test:integration",
30
30
  "test:unit": "vitest run --config vitest.config.ts --exclude=src/**/*.integration.test.ts && vitest run --config vitest.manage-ui.config.ts",
31
31
  "test:integration": "vitest run integration.test.ts --passWithNoTests",
32
- "test:e2e": "vitest run e2e.test.ts --passWithNoTests",
32
+ "test:coverage": "vitest run --config vitest.coverage.config.ts --coverage",
33
+ "test:e2e": "playwright test --config playwright.config.ts",
34
+ "test:e2e:local": "CLI_E2E_AUTH=0 playwright test --config playwright.config.ts e2e/local.spec.ts",
35
+ "test:e2e:auth": "CLI_E2E_AUTH=1 playwright test --config playwright.config.ts",
33
36
  "prepublishOnly": "npm run build"
34
37
  },
35
38
  "dependencies": {