/typescript-cypress-testingbot

Run Cypress tests with Typescript on TestingBot

Primary LanguageTypeScript

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 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. 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
  3. Run the sample script using testingbot-cypress run

Additional Resources