Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 3.31 KB

README.en.md

File metadata and controls

51 lines (37 loc) · 3.31 KB

🎭 Playwright [Demos] - Playwright: All You Need to Know in Testing E2E Cross-Browser Applications an easy way!

playwright.png

Repository responsible for the demos made during the talk about Playwright. An E2E and Open Source testing framework from Microsoft. Playwright Enables Reliable End-to-End Testing for Modern Web Applications!

🚀 Resources Used

💻 Demos

Code Sample Description Language
demo-01 Demonstration teaching how to get started with Playwright with Node.Js Node.Js
demo-02 Demonstration teaching how to automate tweets using Playwright Node.Js
demo-03 Demonstration teaching how to get started with Playwright with TypeScript TypeScript
demo-04 Demonstration teaching how to perform automated tests with Playwright and record in video the tests. Node.Js
demo-05 Demonstration teaching how to automate posts on Linkedin using Playwright Node.Js

🔥 Getting Started

Just follow the steps bellow:

> git https://github.com/glaucia86/demos-playwright-e2e.git
> cd demos-playwright-e2e/
> npm install
> node <file-name>

Don't forget to include your personal informations to test some demos. Such as: the Twitter or Linkedin application!

❗️ Links & Important Resources

❓ I have doubts... What should I do?!

If you have any doubts/questions about the code samples that I developed during the talk, feel free to open an ISSUE HERE. As soon as possible, I will be answering any questions you may have!