This repo is used as been used as a part of the Hands on Test Automation With Playwright workshop.
Playwright is a newer tool that has joined the ranks of Cypress and Selenium in open source automation tooling. During this workshop you’ll have a chance to learn and get some hands on experience with the top features that make Playwright a great choice for your automated regression checks.
- Describe the top Playwright Test Runner Features
- Examine an application and create a simple test plan
- Create Automated checks for the scenarios we previously identified
- Create a test that uses advanced playwright features intercepting network traffic
- Basic understanding of any coding language
- Node 16 or higher installed
- VS Code installed
- Ability to install npm packages
- Playwright.dev - Official Docs
- Playwright Discord - there is a forum like channel where you can ask questions or search for answers if you are stuck.
- Playwright Solutions - I created this site to help provide high quality solutions to common problems with Playwright in Javascript/Typescript.