raptatinha / tau-introduction-to-playwright

Course Introduction to Playwright by Renata Andrade for Test Automation University

Home Page:https://testautomationu.applitools.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🎭

About

Course Introduction to Playwright by Renata Andrade for Test Automation University

https://testautomationu.applitools.com/


Languages

Language:TypeScript 100.0%