Cypress is a next generation front end testing tool built for the modern web. This example demonstrates how to run Cypress tests, written in Typescript, on TestingBot TestingBot is a cloud-based grid of browsers, ready to run your Cypress tests.
Simply specify the browsers you want to run the tests on. TestingBot will run the tests and generate a video, logs and screenshots of each Cypress test.
You need a TestingBot key and secret to be able to run Cypress tests. You can get these for free at TestingBot.
Once you have these, add them to the testingbot.json
file.
- Clone this repository
- Install the dependencies using
npm install
- Run the sample script using
testingbot-cypress run
- View your test results on the TestingBot dashboard
- Documentation for writing Test scripts in Cypress