Skip to content

gelsalgado/samplePlaywrightAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Playwright Automation

This is a sample test automation for a website.

Installation

To install, simply do the following:

npm install

To run

To run Playwright in headless mode

npx playwright test

To run Playwright in UI mode

npx playwright test --ui

Note: Running tests in parallel is currently disabled as it sometimes causes unexpected behavior like the browser crashing when loading a page, timeouts, etc.

To view the HTML report

To view the HTML test report generated by Playwright

npx playwright show-report

Tech Stack

This sample automation tool implementation uses the following:

  • Playwright - Reliable, end-to-end testing for modern web apps.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published