Skip to content

teixeira-fernando/playwright-python-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playwright-python-setup

Playwright POC using python and pytest

The tests are set to run in parallel.

Instructions

  • Install dependencies: pipenv install

  • Install playwright dependencies: pipenv run install-playwright-dependencies

  • Run playwright tests: pipenv run e2e-tests

Features

  • CI/CD config: Github Actions
  • Code Lint: Pylint

Test run options:

  • Run tests in headed mode: pipenv run e2e-tests-headed
  • Run tests on chrome and firefox: pipenv run e2e-tests-all-browsers

Other commands

  • Lint code: pipenv run lint

About

Playwright POC using python and pytest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages