Skip to content

Running QA through Microsoft Playwright on a website

Notifications You must be signed in to change notification settings

Anthogonyst/Playwright-QA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Playwright

Some QA work is done below on Hacker News using JavaScript and Microsoft's Playwright framework.

Instructions to reproduce

  1. Install node modules by running npm i.

  2. Optionally, manage node version with nvm and switch with nvm use 20.

  3. Run the webpage scrapping script by running node index.js.

  4. Verify and run the QA tests in the tests/ folder by running npx playwright test.

About

Running QA through Microsoft Playwright on a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published