jfgreffier / playwright-workshop-playground

Beginner workshop for Playwright WIP

Home Page:https://jfgreffier.github.io/playwright-workshop-playground/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No more excuses for not writing end-to-end testing : Playwright in practice

(French below)
End-to-end tests are rarely used because they are considered slow, fragile and difficult to write and maintain. They would be so restrictive for the devs that they even invented the job of automatician. Come and reconcile yourself with web testing thanks to Playwright!

In this session, you will learn :

  • How to install and configure Playwright Test
  • Create your first test in a few clicks with Codegen
  • Make relevant and robust selectors that do not rely on implementation
  • Impress your colleagues with fast tests, on the most popular browsers

Plan

  1. Introduction
  2. Install
  3. Codegen
  4. Locators
  5. Web-first assertions
  6. Debug
  7. Locators avancés

Keys test :
⇧ Shift + ⌃ Control + P
Ctrl+ Shift + P


Plus d'excuses pour ne pas faire de tests end-to-end : Playwright en pratique

Les tests end-to-end sont peu utilisés car réputés lents, fragiles et difficiles à écrire et à maintenir. Ils seraient tellement contraignants pour les devs que l'on a même inventé le métier d'automaticien-e. Venez vous réconcilier avec les tests web grâce à Playwright!

Dans cette session, vous allez apprendre :

  • À installer et configurer Playwright Test
  • Créer votre premier test en quelques clicks avec Codegen
  • Faire des sélecteurs pertinents et robustes qui ne se basent pas sur l'implémentation
  • Impressionner vos collègues avec des tests rapides, sur les familles de navigateur les plus populaires

About

Beginner workshop for Playwright WIP

https://jfgreffier.github.io/playwright-workshop-playground/

License:MIT License