https://github.com/testingbot/typescript-cypress-testingbot
Run Cypress tests with Typescript on TestingBot
https://github.com/testingbot/typescript-cypress-testingbot
Last synced: 30 days ago
JSON representation
Run Cypress tests with Typescript on TestingBot
- Host: GitHub
- URL: https://github.com/testingbot/typescript-cypress-testingbot
- Owner: testingbot
- Created: 2023-11-03T14:36:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T15:56:14.000Z (about 2 years ago)
- Last Synced: 2025-10-30T10:47:09.347Z (3 months ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cypress-typescript-testingbot
## Introduction
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](https://testingbot.com)
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.
## Pre-requisites
You need a TestingBot key and secret to be able to run Cypress tests. You can get these for free at [TestingBot](https://testingbot.com).
Once you have these, add them to the `testingbot.json` file.
## Run Cypress Typescript tests on TestingBot
1. Clone this repository
2. Install the dependencies using `npm install`
4. Run the sample script using `testingbot-cypress run`
## Additional Resources
- View your test results on the [TestingBot dashboard](https://www.testingbot.com/)
- Documentation for writing [Test scripts in Cypress](https://testingbot.com/support/cypress/tutorial.html)