Skip to content

szbalazs0221/python-bdd-test-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The purpose of this project is to give you an introduction to Behavior Driven testing with Python, using the pytest-bdd framework.

How to use this project

  1. install python 3.x on your local computer - at this moment I am using Python 3.7.9
  2. open command line interface and navigate to the root directory: python-bdd-test-framework
PS C:\Git repos\python-bdd-test-framework>
  1. create a virtual environment
PS C:\Git repos\python-bdd-test-framework> python -m venv .venv
  1. activate virtual environment
PS C:\Git repos\python-bdd-test-framework> .venv/scripts/activate
  1. install project dependencies from requirements.txt
PS C:\Git repos\python-bdd-test-framework> pip install -r requirements.txt

Useful resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published