vranky / pytest-bdd-email-login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytest-bdd-email-login-poc

  • POC of test automation framework with usage of pytest-bdd, playwright

Setup & run

  • make virtual env with python 3.10+
  • pip3 install -r requirements.txt
  • pytest -m authentication

Note: When AttributeError: 'CallSpec2' object has no attribute 'funcargs' occurs just perform pip uninstall pytest-lazy-fixture

About


Languages

Language:Python 87.8%Language:Gherkin 12.2%