Skip to content

Using cypress to e2e test a URL, parse responses and take screenshots

Notifications You must be signed in to change notification settings

webkod3r/cypress-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to test

Simply run the following command to spin a docker container and run the test

docker run -it --rm -v $(pwd):/home/root -w /home/root/ --entrypoint="" \
  cypress/included yarn check-appt

Further implementation will include saving the screenshots into AWS S3

We need the following dependencies

"@aws-sdk/client-s3"
"@aws-sdk/lib-storage"

About

Using cypress to e2e test a URL, parse responses and take screenshots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published