Skip to content

Commit d6a445a

Browse files
Update README.md
1 parent cd3e443 commit d6a445a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,14 @@ In addition to keyboard navigation, the `<roundup-classhelper>` component can be
167167
2. ** GeckoDriver Installation**:
168168
pip install geckodriver==0.0.1
169169

170-
# Run the test_suite
171170

172-
python test_classhelper.py
173-
```
171+
#To run the code in a Headless Environment:
172+
Set "HEADLESS = TRUE " in line 12.
173+
174+
#To run the code without Headless:
175+
Set " HEADLESS = FALSE" in line 12.
176+
177+
178+
# Run the test_suite
179+
python test_classhelper.py
180+
```

0 commit comments

Comments
 (0)