Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.37 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.37 KB

Python-Selenium-Testing-Project

A project designed to automate web application testing using Python and Selenium.

Installation

Go to the Directory where requirements.txt is located

   source .venv/bin/activate  
   pip install -r requirements.txt

Running Tests

To run all the tests, run the following command

  pytest

To run all specific tests, run the following command

  pytest -k "test_login" -s   

image

image

image

image

image

image

Sample Login Logout This is the section for checking Login Logout functionality