Skip to content

harsh-valecha/python_selenium_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytest Selenium Test Automation Demo

This Project is for automating the testcases for this web app :- https://the-internet.herokuapp.com/

Features

  • HTML report Generation
  • POM
  • Multibrowser testing
  • Data driven test execution
  • Screenshots on failure testcases
  • fixtures for skipping and expected failure testcases

🚀 About Me

Hi I am Harsh!

Follow me on Github:- https://github.com/harsh-valecha

Installation

Install my-project with pip

  pip install -r requirements.txt

Running Tests

To run tests, run the following command

pytest 

To run a specific marked testcase -

pytest -m markername 

To run a specific testcase using a substring -

pytest -k substring

About

Practice session for selenium and pytest conducted over :- https://the-internet.herokuapp.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published