Development of automated tests for the Brain Up web-application

Description of the project

Test automation framework in Python using Pytest + Selenium. Generating test reports in Allure report The project structure is made in accordance with the POM


Installation and use



  • Clone the repository to your computer, the command:
git clone https://github.com/Brain-up/auto-tests-python.git

  • Find the file in the root folder of the project requirements.txt , execute the command in the:
pip install -r requirements.txt

  • To run tests execute:
pytest -s –v

  • To view the current test report, click the button: Allure Report

If a bug is found

To create a bug report, go here and create a task by selecting the Bug Report template