Skip to content

irinaBerendeeva87/python_api_autotests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api autotests in Python

Generating Test Reports in HTML with html-pytest

  1. Run the tests and generate a test report. The script will set up a virtual environment and install necessary dependencies if needed.
./run_tests.sh
  1. View the test results as an HTML file in the folder report

Generating Test Reports with Allure

  1. Install the Allure CLI if it is not already installed.
brew install allure 
  1. Run the tests and generate a test report. The script will set up a virtual environment and install necessary dependencies if needed.
./run_tests.sh
  1. Generate the Allure HTML report.
allure generate allre-results -o allure-html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors