Steps to setup and execute automation test cases
-
Install python on your machine
-
Install Pycharm on your machine
-
Open Pycharm and Select option Get From VCS option
-
Enter repository URL and clone project
-
Setup Python interpreter
-
Install following requirements
- Behave
- assertpy
- requestes
- json
-
Open Pycharm Terminal
-
Make sure terminal is pointing to project directory
-
Run command behave features/retrieve_ID.feature --no-capture --tags=Test
On executing above command it will execute all the scenarios from retreive_ID.feature file. Please note steps are implemented in stepimp.py file.