Skip to content

pooja-muchandikar/Captcha-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captcha Solver Script

Follow the below steps to execute the script.

Install

npm install

Run Command

npx playwright test

Run in headed(interactive) mode

npx playwright test -- --headed

Run a single test case

npx playwright test <file-name>

To check debug log

npx playwright test -- --debug

To check test results in HTML Report

npx playwright test -- --reporter=html

To view the HTML Report

npx playwright show-report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published