Dashboard and API
Running the full sorry-cypress kit - setting up web dashboard to store and browse test results
Running sorry-cypress kit
# get docker-compose file
curl --output docker-compose.minio.yml https://raw.githubusercontent.com/sorry-cypress/sorry-cypress/master/docker-compose.minio.yml
# start the services
docker-compose -f ./docker-compose.minio.yml up
Setup Screenshots Upload
Running cypress tests in parallel.
Exploring the dashboard

Last updated