Carbonate.dev

Running tests

Learn how to run tests on our test runner platform

Once you have recorded your tests, you can run them on our test runner platform.

Triggers

There are currently two ways to run tests:

  • Manually triggered
  • Triggered by a Github push

You can set-up triggers in your project settings

Project triggers screenshot

Manually triggered

This is useful for running tests on-demand or for specific parts of your project. You can trigger individual tests, all tests in a folder, or all tests in your project by click the "Run tests" button on each respective page.

Each page has a "Run tests" button to run the tests on that page.

Run tests screenshot

Triggered by GitHub

When you set up your project, you can opt to link it to a GitHub repository. This will cause all of your tests to be run whenever a change is pushed to your repository.

On this page