Skip to content

ZVince9/pytest-test-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is python based automation test suite which will include

  • test_ui - made using pw
  • test_api - made using simple api requests

Getting Started

Make sure you setup virtual env and activate it:

  • python3 -m venv pytest-env
  • source pytest-env/bin/activate

Install needed dependencies:

pip install -r requirements.txt

To run the tests

  • pytest
  • pytest -v - to see nicer output
  • pytest -m login -v - to run with specific mark
  • pytest -n 3 - to run with more workers defined [3]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages