Skip to content

There is a repo for the homework of the course "REST API automation in Python": https://www.learnqa.ru/python_api

Notifications You must be signed in to change notification settings

shinkai-tester/LearnQA_PythonAPI

Repository files navigation

LearnQA_PythonAPI

What is used:

Use command in PyCharm -> Terminal under the project path:

pip3 install -r requirements.txt

Run the tests

To run the tests from the terminal under the project path, use the following command:

python -m pytest -s --alluredir=test_results/ tests/

Allure report

To generate the report, use the command:

allure serve test_results

About

There is a repo for the homework of the course "REST API automation in Python": https://www.learnqa.ru/python_api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published