Go to BUGS.md
To ease out installation and better manage packages, I decided to use pipenv. To install it follow steps on their documentation.
$ pipenv install
$ pipenv shell
To install follow steps on their documentation
To run all scenarios:
$ pipenv run tests
To run api scenarios:
$ pipenv run api
To run ui scenarios:
$ pipenv run ui
I am using allure to generate the report. After the test have finished executing, run:
$ pipenv run report