To integrate tests into platform continuous testing service, they should meet the following guidelines.
Supported test types are:
Functional tests make assertions of pass or fail on test cases, while metrics tests generally performs an action repeatedly to collect timing metrics.
With standardized input/output format, the need for customized result parsing and post-processing per test is eliminated, and generic test harnesses can be used for all tests that fit into the convention.
Test cases executed via continuous testing service are expected to be hermetic:
If you are new to the workflow of adding and executing tests, please see: