Prior to executing this test, please ensure that the following has been installed
- pytest
- pyleniumio
Command used to run all of the test
pytest
All of the tests will be executed.
Command used to run selected test
pytest -v -s -m sanity
Only test 'test_main_page_user_sees_logo' will be executed as it is marked with '@pytest.mark.sanity'
For the purpose of the demo, the test on user wanting to browse all lessons is set to fail intentionally. It will fail as there is a difference on the caps on button name.