🎭 Playwright [Demos] - Playwright: All You Need to Know in Testing E2E Cross-Browser Applications an easy way!
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!
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 |
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!
- ✅ Oficial Documentation - Playwright
- ✅ Oficial Documentation - TypeScript
- ✅ TypeScript in Visual Studio Code
- ✅ Tutorial TypeScript in Vs Code
- ✅ Microsoft Learn Free Course - Node.js
- ✅ Microsoft Learn Free Course - TypeScript
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!