@eidra-umain/greenlight 0.6.0 → 0.6.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.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,12 +56,19 @@ suites:
56
56
  deployments:
57
57
  staging:
58
58
  base_url: https://staging.myapp.com
59
+
60
+ provider: openrouter
61
+ model:
62
+ planner: anthropic/claude-sonnet-4.6
63
+ pilot: openai/gpt-4o-mini
64
+
59
65
  ```
60
66
 
67
+ 3. Add an `LLM_API_KEY` for your chosen provider using a `.env` file or an environment variable.
61
68
  3. Run:
62
69
 
63
70
  ```bash
64
- greenlight run
71
+ greenlight run --pilot --headed
65
72
  ```
66
73
 
67
74
  ## Project configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eidra-umain/greenlight",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "E2E web testing tool — write tests as plain English, no selectors or glue code",
5
5
  "license": "MIT",
6
6
  "author": "umain.com",