Hi 👋🏽!
Welcome to the course "Introduction to Playwright" by Renata Andrade for the Test Automation University.
- Playwright v1.33.0
- Node v19.8.1
- npm v9.6.5
- VSCode 1.77.3 (Universal)
- Applitools v1.17.0
Pre requirements:
- Copy the project URL
https://github.com/raptatinha/tau-introduction-to-playwright.git
; - Fork the project following the GitHub instructions - (use the parameter --clone=true);
- Access the forked project
cd tau-introduction-to-playwright
On your terminal, type:
npm i
IMPORTANT: to run the tests from main
, you'll need to setup your .env following the .env.example, otherwise many tests will fail - this setup is explained in the Chapter 4 video. The recommendation is to access each branch (git checkout [branchname]
) and run the tests from the branch.
💡 Share on LinkedIn something interesting you've learned! Don't forget to tag me Renata Andrade.
💜 If you have questions, feel free to post them on github.
Happy Testing 🎭