Skip to content

Commit b74ac89

Browse files
Update README.md
1 parent d6a445a commit b74ac89

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -155,26 +155,27 @@ In addition to keyboard navigation, the `<roundup-classhelper>` component can be
155155

156156

157157
# Running the Test Suite
158-
```
159-
# Requirements
158+
159+
### Requirements
160160
- Selenium WebDriver
161161
- GeckoDriver (for Firefox)
162162

163-
# Installation Instructions
164-
1. **Selenium Installation**: Open your terminal or command prompt and run:
163+
### Installation Instructions
164+
1. **Selenium Installation**:
165+
Open your terminal or command prompt and run:
165166
python -m pip install selenium==4.18.1
166167

167-
2. ** GeckoDriver Installation**:
168+
2. **GeckoDriver Installation**:
168169
pip install geckodriver==0.0.1
169170

170171

171-
#To run the code in a Headless Environment:
172+
#### To run the code in a Headless Environment:
172173
Set "HEADLESS = TRUE " in line 12.
173174

174-
#To run the code without Headless:
175+
#### To run the code without Headless:
175176
Set " HEADLESS = FALSE" in line 12.
176177

177178

178-
# Run the test_suite
179+
### Run the test_suite
179180
python test_classhelper.py
180-
```
181+

0 commit comments

Comments
 (0)