Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This repository contains auto tests for verifying login, cart operations, checkout, contact form and place order on the Automation Exercise website.

Requirements

The next requirements must be completed to run tests:

  1. Install PyCharm
  2. Install Python

Steps to install, launch and creating a report

  1. Make a copy of this repository:
git clone https://github.com/gantz26/Task9-Playwright-Pytest.git
  1. Open this folder in PyCharm and install all dependencies and create data folder:
mkdir data
python -m pip install --upgrade pip
pip install pipenv
pipenv install
playwright install
  1. To run the tests use one of the next commands:
pytest
pytest --browser firefox
  1. To generate and view a report:
allure serve allure-results

About

Pytest test report

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages