Skip to content

Sample repo with playwright, behave and allure -behave configuration

Notifications You must be signed in to change notification settings

vranky/python_behave_playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local

  • virtualenv -p python3 python_3_9
  • source python_3_9/bin/activate
  • python3 -m pip install -r requirements.txt
  • python3 -m playwright install
  • DEBUG=pw:api behave -D ENV=test --tags @wip -f allure_behave.formatter:AllureFormatter -o report/allure-results

Docker

  • docker build --tag at-tests-10.0 .
  • docker run --tty at-tests-10.0:latest behave

About

Sample repo with playwright, behave and allure -behave configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published