-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-results.xml
More file actions
19 lines (19 loc) · 1.2 KB
/
test-results.xml
File metadata and controls
19 lines (19 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="3.9120" tests="4" failures="0">
<testsuite name="Root Suite" timestamp="2021-10-22T12:35:16" tests="0" time="0.0000" failures="0">
</testsuite>
<testsuite name="Posts" timestamp="2021-10-22T12:35:16" tests="0" file="E:\Projects\JavaScript-API-Automation-Tests\test\posts.js" time="0.0000" failures="0">
</testsuite>
<testsuite name="POST" timestamp="2021-10-22T12:35:17" tests="2" file="E:\Projects\JavaScript-API-Automation-Tests\test\posts.js" time="1.9850" failures="0">
<testcase name="Posts POST /posts" time="0.9850" classname="/posts">
</testcase>
<testcase name="Posts POST posts/:id" time="1.0000" classname="posts/:id">
</testcase>
</testsuite>
<testsuite name="Negative Tests" timestamp="2021-10-22T12:35:19" tests="2" file="E:\Projects\JavaScript-API-Automation-Tests\test\posts.js" time="1.9270" failures="0">
<testcase name="Posts Negative Tests 422 Data validation failed" time="0.9680" classname="422 Data validation failed">
</testcase>
<testcase name="Posts Negative Tests 401 Authentication failed" time="0.9590" classname="401 Authentication failed">
</testcase>
</testsuite>
</testsuites>