Skip to content

Commit b10ff8e

Browse files
authored
Added note on headful browser
1 parent a8feec8 commit b10ff8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ After passing all the required parameters, the command to run Hercules should lo
110110
testzeus-hercules --input-file opt/input/test.feature --output-path opt/output --test-data-path opt/test_data --llm-model gpt-4o --llm-model-api-key sk-proj-k.......
111111
```
112112

113+
113114
#### Supported AI Models for TestZeus-Hercules
114115
- Anthropic Haiku: Compatible with Haiku 3.5 and above.
115116
- Groq: Supports any version with function calling and coding capabilities.
@@ -328,6 +329,9 @@ To configure Hercules in detail:
328329
- `TAKE_SCREENSHOTS=false`
329330
- `BROWSER_TYPE=chromium` (options: `firefox`, `chromium`)
330331
- `CAPTURE_NETWORK=false`
332+
333+
For example: If you would like to run with a "Headful" browser, you can set the environment variable with ```export HEADLESS=false``` before triggering Hercules.
334+
331335

332336
### Understanding `agents_llm_config-example.json`
333337

0 commit comments

Comments
 (0)