Troubleshooting
Common questions and setup issues
Last updated
Common questions and setup issues
Last updated
This is a collection of most common questions associated with Sorry Cypress setup
Yes! In orther to use a private S3 bucket with sorry-cypress, you need to create a bucket with the following:
A public-read
ACL
Public Access Block should be:
A bucket resource policy making it private. You can restrict bucket access based on the source IP, or only from sources in your private VPC, for example.
Please refer to the file in the module to find and example of an S3 bucket configuration.
Please refer to the following scheme for reference.
Upload flow: Cypress runner reports its results to director service
Director service get from the configured AWS S3 bucket (or any other object storage compatible service - e.g. )
Director service sends back the signed S3 upload URL, stores the read URL in a DB
Cypress runner uses the signed upload URL to upload the screenshots / videos
Read flow: a browser reads the test results and uses the read URL from a DB
AWS S3 returns the content to the browser
Most chances something is wrong with your setup or the way you're connecting to sorry-cypress. Try following the next steps for troubleshooting before submitting support requests.
Make sure Sorry Cypress services are up and running
Director service is reachable, is connected to the right DB and it logs the requests
API service is reachable and is connected to the right DB and it logs the requests
Dashboard loads with empty results
Run cypress in debug mode DEBUG=cypress:server:*
to see the details of network requests - the debug mode works both when running cypress
and cy2
Examine Director service log files to see the incoming requests
Examine the logs files
Run cypress runner in debug mode - DEBUG=cypress:server:* cypress run ...
Examine sorry-cypress log files and identify the requests / responses that are not working as expected
Please make sure you understand how affects
Please make sure your MongoDB instance has all the . The indexes are required for parallelization to work.
Ensure you're to use Director's service URL.
Check out available options if you still need help. Collect all the relevant logs, configuration, describe the desired and the actual results.