-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-report.xml
40 lines (40 loc) · 3.22 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
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<testExecutions version="1">
<file path="/home/tiagoboeing/code/personal/nestjs-graphql-schemafirst-docker-k8s/src/app.controller.spec.ts">
<testCase name="AppController root should return "Hello World!"" duration="32"/>
</file>
<file path="/home/tiagoboeing/code/personal/nestjs-graphql-schemafirst-docker-k8s/src/@core/health/health.controller.spec.ts">
<testCase name="HealthController should be defined" duration="26"/>
<testCase name="HealthController check() should ping Redis" duration="7"/>
</file>
<file path="/home/tiagoboeing/code/personal/nestjs-graphql-schemafirst-docker-k8s/src/notifications/notifications.service.spec.ts">
<testCase name="NotificationsService should be defined" duration="94"/>
</file>
<file path="/home/tiagoboeing/code/personal/nestjs-graphql-schemafirst-docker-k8s/src/infra/redis-cache/redis-cache.service.spec.ts">
<testCase name="RedisCacheService should be defined" duration="22"/>
<testCase name="RedisCacheService getKeyWithPrefix() When using .env file should correct key prefix from .env" duration="5"/>
<testCase name="RedisCacheService getKeyWithPrefix() When using fallback value should use fallback prefix" duration="3"/>
<testCase name="RedisCacheService get() should call Cache Manager with correct params" duration="5"/>
<testCase name="RedisCacheService get() should correct return value" duration="4"/>
<testCase name="RedisCacheService get() should not return value if not exists" duration="3"/>
<testCase name="RedisCacheService set() should set value to cache" duration="3"/>
<testCase name="RedisCacheService set() should set value to cache with TTL" duration="5"/>
<testCase name="RedisCacheService del() should correct call Cache Manager" duration="4"/>
<testCase name="RedisCacheService wrap() should correct call Cache Manager" duration="3"/>
<testCase name="RedisCacheService wrap() should correct call Cache Manager with ttl" duration="2"/>
<testCase name="RedisCacheService reset() should correct call Cache Manager" duration="5"/>
</file>
<file path="/home/tiagoboeing/code/personal/nestjs-graphql-schemafirst-docker-k8s/src/shared/utils/ms/ms.util.spec.ts">
<testCase name="Util "ms" millisecondsToSeconds() String inputs Hours" duration="2"/>
<testCase name="Util "ms" millisecondsToSeconds() String inputs Days" duration="1"/>
<testCase name="Util "ms" millisecondsToSeconds() String inputs Weeks" duration="0"/>
<testCase name="Util "ms" millisecondsToSeconds() String inputs Years" duration="0"/>
<testCase name="Util "ms" millisecondsToSeconds() Number inputs Hours" duration="1"/>
<testCase name="Util "ms" millisecondsToSeconds() Number inputs Days" duration="0"/>
<testCase name="Util "ms" millisecondsToSeconds() Number inputs Weeks" duration="1"/>
<testCase name="Util "ms" millisecondsToSeconds() Number inputs Years" duration="2"/>
</file>
<file path="/home/tiagoboeing/code/personal/nestjs-graphql-schemafirst-docker-k8s/src/notifications/notifications.resolver.spec.ts">
<testCase name="NotificationsResolver should be defined" duration="16"/>
</file>
</testExecutions>