Skip to content

Commit 26a261c

Browse files
committed
Update the ReadMe
1 parent 29cc3fe commit 26a261c

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -170,25 +170,22 @@ cd ui_tests/
170170
171171
```
172172
ui_tests/
173-
174173
├── __init__.py
174+
├── boilerplates/
175+
│   ├── __init__.py
176+
│   ├── base_test_case.py
177+
│   ├── boilerplate_test.py
178+
│   ├── page_objects.py
179+
│   └── samples/
180+
│   ├── __init__.py
181+
│   ├── google_objects.py
182+
│   └── google_test.py
175183
├── my_first_test.py
176184
├── parameterized_test.py
177185
├── pytest.ini
178186
├── requirements.txt
179187
├── setup.cfg
180-
├── test_demo_site.py
181-
└── boilerplates/
182-
183-
├── __init__.py
184-
├── base_test_case.py
185-
├── boilerplate_test.py
186-
├── page_objects.py
187-
└── samples/
188-
189-
├── __init__.py
190-
├── google_objects.py
191-
└── google_test.py
188+
└── test_demo_site.py
192189
```
193190
194191
* <b>Run a sample test with ``pytest``:</b>

0 commit comments

Comments
 (0)