Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Behavior-Driven Python with pytest-bdd

NotificationsYou must be signed in to change notification settings

ivodimitrov/rest-api-selenium-webdriver-python-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains example code for the Behavior-Driven Python with pytest-bdd framework.

Setup

This project requires an up-to-date version of Python 3. It also uses pipenv to manage packages.

To set up this project on your local machine:

Clone it from this GitHub repository.Run pipenv install from the command line in the project's root directory.For Web UI tests, install the appropriate browser and WebDriver executable.These tests use Firefox and geckodriver.Running TestsRun tests simply using the pytest command. Depending upon your environment, it may be better to use python -m pytest. If you are using pipenv, then run pipenv run python -m pytest. Use the "-k" option to filter tests by tags.


[8]ページ先頭

©2009-2025 Movatter.jp