An open API service indexing awesome lists of open source software.

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

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)