Your license has expired or is invalid; number of test cases is limited to {{license.n}}. Results can only be cleared 10 minutes after the last run.
You're using a temporary license; there are {{license["days-left"]}} days left; number of test cases is limited to {{license.n}}.
Test Suite |
Test Cases |
Failed |
Duration (ms) |
Result |
{{ testSuite.name }} |
{{ testSuite.total }} |
{{ testSuite.failed }} |
{{ testSuite.time }} |
{{ testSuite.result ? 'Pass' : 'Fail' }} |
|
{{ results.total }} |
{{ results.failed }} |
{{ results.time }} |
{{ results.result ? 'Pass' : 'Fail' }} |
Test Case |
Duration |
Result |
Assertion |
View Pipeline |
{{ testCase.name }} |
{{ testCase.time }} ms |
{{ testCase.result ? 'Pass' : 'Fail' }} |
{{ assertion.name }} |
{{ assertion.result ? 'Pass' : 'Fail' }} |
|
{{ pipelinePopup }}