greenrun-cli 0.2.13 → 0.2.14

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": "greenrun-cli",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "CLI and MCP server for Greenrun - browser test management for Claude Code",
5
5
  "type": "module",
6
6
  "main": "dist/server.js",
@@ -118,6 +118,8 @@ Call this via `browser_run_code`. If `auth_mode` is `none`, skip this step.
118
118
 
119
119
  Gather all tests that have scripts (previously scripted + newly generated from Step 3).
120
120
 
121
+ **0. Clean up** — run `rm -rf /tmp/greenrun-tests` via Bash to clear any stale files from a previous run.
122
+
121
123
  **1. Fetch scripts and write test files** — launch one Task agent per scripted test, all in parallel. These are just API calls + file writes so they don't conflict. Also write the Playwright config directly (it's small).
122
124
 
123
125
  For each scripted test, launch in parallel: