Skip to content

vicLim88/TestAutomation_CakeDeFi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Automation with Pylenium on CakeDeFi

Prior to executing this test, please ensure that the following has been installed

  1. pytest
  2. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages