Skip to content

srinivasskc/PyTestBDDAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

PyTestBDDAutomation

Behavior Driven Python with pytest-bdd

Setup

Operating System : Windows 10

Install Python

image

Install PIP

Download get-pip.py -- https://bootstrap.pypa.io/get-pip.py

Run the below commands: python get-pip.py

Upgrade Pip: pip install -U pip

Run below commands:

pip install -U virtualenv image

python -m virtualenv venv image

venv\Scripts\activate.bat image

Installing PyTest

Running below command from Terminal (CMD Line)

pip install -U pytest

image

Check that you installed the correct version:

image

Installing PyTest-BDD

Running below command from Terminal (CMD Line)

pip install pytest-bdd

image

We can add in our project: image

About

Behavior Driven Python with pytest-bdd

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published