File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -170,25 +170,22 @@ cd ui_tests/
170170
171171` ` `
172172ui_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>
You can’t perform that action at this time.
0 commit comments