Skip to content

raptatinha/tau-introduction-to-playwright

Repository files navigation

Introduction to Playwright

Hi 👋🏽!

Welcome to the course "Introduction to Playwright" by Renata Andrade for the Test Automation University.

Dependencies

  • Playwright v1.33.0
  • Node v19.8.1
  • npm v9.6.5
  • VSCode 1.77.3 (Universal)
  • Applitools v1.17.0

Pre requirements:

Fork and clone the project

  1. Copy the project URL https://github.com/raptatinha/tau-introduction-to-playwright.git;
  2. Fork the project following the GitHub instructions - (use the parameter --clone=true);
  3. Access the forked project cd tau-introduction-to-playwright

Instal the project

On your terminal, type:

  1. 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 🎭