Skip to content

EugeneBatenev/Param-ATC-Python-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Small parameterized test using pytest, which generates result files

Project Purpose

The project is used for learning how to write CI/CD pipelines and work with GitHub Actions, including:

  • Automating test execution
  • Generating Allure reports
  • Integrating with allurectl

Local launch from IDEA

To run this project locally in PyCharm, you need to integrate Allure Framework. Follow the official documentation: Allure for Pytest

Additionally, ensure that the virtual environment (.venv) is correctly configured in PyCharm:

  • Open Settings → Project: YourProject → Python Interpreter.
  • Set the interpreter to use the virtual environment (.venv).

Running Tests with Allure

python -m pytest --alluredir allure-results --clean-alluredir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages