-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput.xml
15 lines (15 loc) · 1.09 KB
/
output.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="0.002" tests="3" failures="0">
<testsuite name="Root Suite" timestamp="2020-04-28T02:26:04" tests="0" failures="0" time="0">
</testsuite>
<testsuite name="fibonacci" timestamp="2020-04-28T02:26:04" tests="1" file="/home/jussara/codenation/nodejs-0/test/submit.test.js" failures="0" time="0.002">
<testcase name="fibonacci should get fibonacci sequence until it passes 350" time="0.002" classname="should get fibonacci sequence until it passes 350">
</testcase>
</testsuite>
<testsuite name="isFibonacci" timestamp="2020-04-28T02:26:04" tests="2" file="/home/jussara/codenation/nodejs-0/test/submit.test.js" failures="0" time="0">
<testcase name="isFibonacci should return true when the number is a fibonacci" time="0" classname="should return true when the number is a fibonacci">
</testcase>
<testcase name="isFibonacci should return false when the number isn't a fibonacci" time="0" classname="should return false when the number isn't a fibonacci">
</testcase>
</testsuite>
</testsuites>