forked from santoshshinde2012/node-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-report.xml
37 lines (37 loc) · 2.77 KB
/
test-report.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<testExecutions version="1">
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/dummy.spec.ts">
<testCase name="Dummy Test Cases Verify Jest is working" duration="3"/>
</file>
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/lib/crypto.spec.ts">
<testCase name="Crypto Lib (Encryption/Decryption) Testing for text" duration="5"/>
<testCase name="Crypto Lib (Encryption/Decryption) Testing for array" duration="2"/>
<testCase name="Crypto Lib (Encryption/Decryption) Testing for object" duration="2"/>
</file>
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/environments/environment.spec.ts">
<testCase name="Environment should get the current environment" duration="2"/>
<testCase name="Environment should check if environement is production or not" duration="1"/>
<testCase name="Environment should check if environement is dev or not" duration="0"/>
<testCase name="Environment should check if environement is staging or not" duration="0"/>
<testCase name="Environment should check if environement is test or not" duration="1"/>
<testCase name="Environment should set the local as current environment" duration="0"/>
<testCase name="Environment should set the production as current environment" duration="0"/>
<testCase name="Environment should set the staging as current environment" duration="0"/>
<testCase name="Environment should set the local as default environment" duration="1"/>
</file>
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/unit-tests/middleware/error-handler.spec.ts">
<testCase name="ErrorHandler middleware with 0 status code" duration="3"/>
<testCase name="ErrorHandler middleware with 200 status code" duration="0"/>
</file>
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/integration-tests/app.integration.spec.ts">
<testCase name="status integration tests can get default route success" duration="14"/>
<testCase name="status integration tests can get default web route success" duration="3"/>
</file>
<file path="/Users/santosh/Documents/workspace/personal/node-boilerplate/tests/integration-tests/status.integration.spec.ts">
<testCase name="status integration tests can get server time" duration="18"/>
<testCase name="status integration tests can get server system info" duration="6"/>
<testCase name="status integration tests can get server system usage" duration="4"/>
<testCase name="status integration tests can get server system process info" duration="3"/>
<testCase name="status integration tests should get the error" duration="2"/>
</file>
</testExecutions>