Compare commits
2 Commits
64b9c51fab
...
1fb71a1770
Author | SHA1 | Date |
---|---|---|
|
1fb71a1770 | |
|
e8fbccdcf7 |
|
@ -146,7 +146,7 @@ Install the following dependencies too:
|
||||||
- pip install -U selenium==3.141.0
|
- pip install -U selenium==3.141.0
|
||||||
- pip install -U urllib3==1.26.2
|
- pip install -U urllib3==1.26.2
|
||||||
|
|
||||||
Run the test using pytest as follows: pytest --html=pytest_report.html test_add_word.py
|
Run English Pal first, then run the test using pytest as follows: pytest --html=pytest_report.html test_add_word.py
|
||||||
|
|
||||||
The above command will generate a HTML report file pytest_report.html after finishing executing test_add_word.py. Note: you need to install pytest-html package first: pip install pytest-html.
|
The above command will generate a HTML report file pytest_report.html after finishing executing test_add_word.py. Note: you need to install pytest-html package first: pip install pytest-html.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue