This repo is a skeleton project to help set up the selenium webdriver. you can choose to use it or not.
If you chose not to use it you can use your one code for initializing the webdriver. Please note that this repo works on windows and linux machines.
Perform the following steps:
- Install python 3.9 or higher
- git clone [git@github.com:Connecteam/automation-interview-exec.git] - url :https://github.com/Connecteam/automation-interview-exec
- cd automation-interview-exec
- pip3 install -r requirements.txt
- run pytest
After you finish the project setup please refer to task_instructions_and_guidelines file for the task :)