Playwright Tutorial | Codeless Automation | Playwright Test Generator | Record Test Script

preview_player
Показать описание
#playwright #typescript #javascript #tutorial #automation #testing #coding #selenium #cypress
playwright, playwright tutorial, playwright testing

===============================================================================

Chapters

00:00 - Introduction of Playwright Test Generator
01:01 - Record using Playwright VS Code Extension
10:59 - Record using Codegen CLI
16:12 - Recap
================================================================================

============================================================================================================

Video 24 - Playwright with TypeScript | Codeless Automation | Playwright Test Generator | Record Test Script

Playwright will record your actions and generate the test code directly in VS Code.
You can also generate assertions by choosing one of the icons in the toolbar and then clicking on an element on the page to assert against.

'assert visibility' to assert that an element is visible
'assert text' to assert that an element contains specific text
'assert value' to assert that an element has a specific value

Method 2 - Record Using Command Line Interface (CLI) / Codegen

npx playwright codegen

Note : Playwright Test Generator / Playwright Codegen / Codegen / Playwright Inspector - Don’t get confused with these names.

==================================================================================
Рекомендации по теме