Skip to content

StartingTests

Damian Serwin edited this page Aug 10, 2020 · 3 revisions

Starting tests

You can start your previously written tests by directly by CLI or using the Daemon UI.

Running tests from the CLI is described in Writing tests article. To run the tests from the Daemon UI you need to set it up. Please follow Running daemon guide.

Uploading tests

Open the Daemon UI in the browser and go to the Tests page.

Choose the fat jar you want to upload and after it is loaded you should be able to see the parcel with all the tests inside.

Running test

Go to the Start test page.

You can select the test and specify all the test run parameters and click Start test to run it.

Test execution

After you start the test go to Test executions page to inspect test run.

From there you can see the status of the test run, abort it or see some details. When the test run will end it will be possible to delete the test execution. Click on the eye button to see some more details.

On the details page you can view the test execution status, it's parameters and reported test execution metrics.

Clone this wiki locally