Playwright Beginner Tutorial - How to Record Tests
Offered By: Automation Step by Step via YouTube
Course Description
Overview
Syllabus
Intro
What is Codegen
Step 1 - Open terminal and run codegen *npx playwright codegen*
Step 2 - Check 2 windows open - Browser and Playwright Inspector
Step 3 - Record your test steps and check the test scripts getting created
Step 4 - Save the recorded script in a test file | Run and check
Can also add the url *npx playwright codegen google.com*
See all options *npx playwright codegen --help*
Screenshot moment
Record on a specific browser default:chromium *npx playwright codegen --browser firefox*
Record and save to a file *npx playwright codegen --target javascript -o record_example.js*
Set viewport - screen resolution size *npx playwright codegen --viewport-size=800,600*
Emulate devices *npx playwright codegen --device="iPhone 11"*
Emulate color scheme if available *npx playwright codegen --color-scheme=dark*
Screenshot moment
Taught by
Automation Step by Step
Related Courses
TDD – Desenvolvimento de Software Guiado por TestesInstituto Tecnológico de Aeronáutica via Coursera Virtualize and Automate Your SAP Testing Using Int4 IFTT
SAP Learning Selenium Grid - Running Selenium tests in parallel
Coursera Project Network via Coursera Source control management for test automation with Git
Coursera Project Network via Coursera Building Test Automation Framework using Selenium and TestNG
Coursera Project Network via Coursera