Skip to content

poojamehta01/playwrightFramework

Repository files navigation

UI Automation using Playwright and JS

Here we'll be automating UI testcases with help of Playwright using JS.

Install playwright

  npm init playwright@latest

Run testcases

  npx playwright test

View HTML reports

  npx playwright show-report

Codegen

  npx playwright codegen https://www.demoblaze.com/index.html 

About

Using playwright framework with JS from UI automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published