Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

AutomationPanda/auto-website-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-website-testing

A semi-autonomous testing project that visually tests all the pages in a website's sitemap.

Set the following environment variables:

export APPLITOOLS_API_KEY=<your-api-key>
export BASE_URL=<the-website-to-test>
export SITE_NAME=<the-website-name>
export TEST_CONCURRENCY=<for-applitools-ufg>

To run the tests:

npm install
npx playwright install
npx ts-node autonomous.ts

About

A semi-autonomous testing project that visually tests all the pages in a website's sitemap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published