Compare commits

..

No commits in common. "1fb71a17701cd0a4f0b2ef9a87f3382cc89d4902" and "64b9c51fab19b4b85e31a7c77558caccb2b7d619" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ Install the following dependencies too:
- pip install -U selenium==3.141.0
- pip install -U urllib3==1.26.2
Run English Pal first, then run the test using pytest as follows: pytest --html=pytest_report.html test_add_word.py
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.