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
|
@@ -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:
|