-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjunit.xml
More file actions
15 lines (15 loc) · 1006 Bytes
/
junit.xml
File metadata and controls
15 lines (15 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="5" failures="0" time="5.837">
<testsuite name="Test add data to api" errors="0" failures="0" skipped="0" timestamp="2020-05-27T07:31:04" time="5.74" tests="5">
<testcase classname="Test add data to api should create a new user with role proprietaire" name="Test add data to api should create a new user with role proprietaire" time="0.13">
</testcase>
<testcase classname="Test add data to api Login a user" name="Test add data to api Login a user" time="0.052">
</testcase>
<testcase classname="Test add data to api Update password" name="Test add data to api Update password" time="0.011">
</testcase>
<testcase classname="Test add data to api Reset password" name="Test add data to api Reset password" time="0.051">
</testcase>
<testcase classname="Test add data to api Contact message" name="Test add data to api Contact message" time="0.029">
</testcase>
</testsuite>
</testsuites>