Skip to content

SergeDot/Saucedemo_05

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saucedemo_05 GitHub Actions saucedemo

Contributors Forks

Python UI testing framework

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

  • install python ^3.10
  • install poetry

Installation

  1. Install dependencies $poetry install

(back to top)

Usage

  • Run all tests $poetry run pytest

  • Run only specific test $poetry run pytest tests/<test_filename>

  • Run only specific function from the test $poetry run pytest -k '<part_of_test_fn_name>'

  • Run only smoke tests $poetry run pytest -m smoke

  • Run only regression tests $poetry run pytest -m regression

(back to top)

Links

target: https://www.saucedemo.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%