DEV Community

Taylor Bantle
Taylor Bantle

Posted on

Open source Cypress tests written in Typescript

We made our suite of Cypress tests for our Next.js web application (https://www.dolthub.com) open source for anyone to view or use as an example for testing their own web apps. Our tests are written in Typescript and we're currently running our tests on both Jenkins and GitHub Actions.

You can learn more about how we set up our Cypress tests in Typescript here: https://www.dolthub.com/blog/2020-08-17-cypress-open-source

Top comments (0)