In this episode, you'll learn how to set up your development environment and write your first automated test using Playwright with TypeScript.
Topics Covered:
Install NVM (Node Version Manager): Easily manage multiple Node.js versions.
Install Node.js and NPM Using NVM: Get the latest version of Node.js and NPM up and running.
Set Up Playwright with TypeScript: Install and configure Playwright for powerful end-to-end testing.
Explore Playwright Tools: Get familiar with the essential tools and features Playwright offers.
Write Your First Test: Step-by-step guide to creating your first test script using Playwright.
This tutorial is perfect for beginners looking to dive into modern testing frameworks and set up a robust development environment.
Instructions in use:
1) How to install NVM https://github.com/nvm-sh/nvm?tab=rea...
2) How to install Playwright https://playwright.dev/docs/intro
3) Source code from episode https://github.com/igo0r/playwright-p...
------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------
CHAPTERS:
00:00 #1 Intro
00:28 #2 Install NVM
03:22 #3 Install node
04:00 #4 Install playwright
06:55 #5 Run default playwright test
09:50 #6 Write first test with playwright
17:00 #7 Find item from the list
21:46 #8 Run first playwright test
24:19 #9 Open playwright HTML report
25:48 #10 Final thoughts
------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------