Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.45 KB

File metadata and controls

39 lines (24 loc) · 1.45 KB

Introduction to Playwright

Hi 👋🏽!

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

Chapter 2 - Extra Resources

Test Configuration (playwright.config.ts)

  1. https://playwright.dev/docs/test-configuration

Command Line

  1. https://playwright.dev/docs/test-cli

Environment Variables

  1. https://playwright.dev/docs/test-parameterize#passing-environment-variables

Locators

  1. https://playwright.dev/docs/api/class-framelocator
  2. https://playwright.dev/docs/best-practices#use-locators

Assertions

  1. https://playwright.dev/docs/best-practices#use-web-first-assertions

Regular Expressions (RegExp)

  1. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp

Auto-waiting

  1. https://playwright.dev/docs/actionability

Async functions and Await

  1. Why do we write await in Playwright

💡 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 🎭!