Introduction
Getting started
Learn how to run your first test on the Testkit Cloud in just a few minutes.
Testkit lets you run your e2e and integration tests in parallel across multiple browsers in the cloud. If you don't have an account yet, sign up for a free 14-day trial and try it out!
Quick Start
1. Install Testkit CLI
Install the latest version of the Testkit CLI globally on your system.
npm i -g @testkit-labs/cli@latest
2. Initialize the configuration
This will create a testkit.json file in the current working directory.
testkit cypress init
3. Run the tests
This will start running the tests in the cloud.
testkit cypress run
Going Further
Check our Cypress Guide to learn more about configuration options and how to run your tests. We're planning to add support for other frameworks in the near future as well.
If you want a quick overview on what we have planned, check out our Roadmap and feel free to vote on upcoming features.
Getting Help
If you need help, you can always reach us at support@testkit.app. We're here to help you with any questions you have.
Submit an issue
If you encounter a problem with the Testkit CLI, feel free to create a new issue on GitHub.
Join the community
We have a community Slack where you can ask questions, share your knowledge, and get help from other Testkit users. Feel free to join!