Running Automated Tests

Why Do I Need to Enable Test Run Report

You have already imported automated testsopen in new window and you wonder what's next? Testomat.io will help you to generate a run command to use on your machine or on your CI. As a result, you will get human-readable Run Reports with lots of additional information.

Testomat.io has a friendly UI that helps to set up automated test reporting. So there is no need to learn all technical documentation in the very first steps. Let's see how it works.

Launch Automated Tests

First, go to the Runs page, click on the Extra button and pick Setup Automated

CleanShot 2022-08-11 at 11 09 45@2x

Then you need to pick your framework from the dropdown.

CleanShot 2022-08-11 at 11 34 24@2x

Testomat.io will generate instructions regarding your framework. You may need to make few changes to your code, namely, add the Testomat.io plugin.

CleanShot 2022-08-11 at 17 02 28@2x

Please note that you need to start generated commands in your terminal from your project folder.

Also, you can add advanced options to your command to enable extra options. For example, you can give a title to your report by passing it as environment variable to TESTOMATIO_TITLE or can add environments to run by providing TESTOMATIO_ENV. Learn more about advanced reporting options hereopen in new window.

If you have successfully launched your automated tests, a new Test Run will appear on Runs page.

CleanShot 2022-09-21 at 20 40 27@2x

You can see tests results in real-time in the Run Report.

CleanShot 2022-09-21 at 20 40 58@2x

As soon as all tests are completed you can check Run Report with details.

CleanShot 2022-09-21 at 20 52 10@2x