Topics to be covered:
- Test framework: pytest
- BDD in test automation
Clone the repository
git clone [email protected]:Orfium/playwright-workshop-v2.git
Install "poetry" in your system
pip install poetry
Install the dependencies of the project
poetry install
Each part of the workshop's code is on a different git branch. If you follow the confluence page of the workshop there are instructions about which branch you need to checkout in every section.
Confluence page to follow along.