TugboatQA
Using Tugboat and Testery is one of the coolest, easiest, and fastest ways to run your E2E Cypress tests on every PR. Follow these four steps and in about 10 minutes, you'll have Cypress tests running
Step 1. Update the init section for your service in .tugboat/config.yml to install Python3 (if not already present).
Step 2. Update the build section for your service in .tugboat/config.yml to run the tests.
Step 3. Create a free Testery account and get your Testery token.
Click here to sign up for a free account. Be sure to select Cypress as your test runner.
Get your Testery token by clicking on Settings
-> Integrations
-> Show API Token
.
Copy the token that is displayed.
Step 4. Save your Testery token in the Tugboat project settings.
Step 5. You're All Set!
You should now be able to run your Cypress tests on every PR. If you have any questions or need further assistance, please contact support@testery.io.
Clicking Details
will show you the results.
Last updated