This is a repository containing the Final assessment for the LambdaTest Selenium Python 101 Certification.
The Tests are written using the Pytest Framework.
- pytest
- selenium
- pytest-xdist
All options required for running the tests have been added in the pytest.ini file Hence we see no parameters passed during execution of the tests as seen in the gitpod.yml file
- Number of workers for parallel execution are currently set to 2