-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjunit.xml
More file actions
117 lines (111 loc) · 6.32 KB
/
Copy pathjunit.xml
File metadata and controls
117 lines (111 loc) · 6.32 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="12" failures="2" errors="0" time="8">
<testsuite name="formatEpisodeLength" errors="0" failures="0" skipped="0" timestamp="2020-12-09T21:33:18" time="4.121" tests="1">
<testcase classname="formatEpisodeLength it should format a number time given in seconds to a string in standard minute:second format" name="formatEpisodeLength it should format a number time given in seconds to a string in standard minute:second format" time="0.004">
</testcase>
</testsuite>
<testsuite name="isInFavoritePodcasts" errors="0" failures="0" skipped="0" timestamp="2020-12-09T21:33:18" time="4.12" tests="1">
<testcase classname="isInFavoritePodcasts it should return true if the nested term is a value inside the array, otherwise return false" name="isInFavoritePodcasts it should return true if the nested term is a value inside the array, otherwise return false" time="0.005">
</testcase>
</testsuite>
<testsuite name="getNameInFavoritePodcasts" errors="0" failures="0" skipped="0" timestamp="2020-12-09T21:33:18" time="4.122" tests="1">
<testcase classname="getNameInFavoritePodcasts it should get the podcastName with the given podcastID inside of the array" name="getNameInFavoritePodcasts it should get the podcastName with the given podcastID inside of the array" time="0.006">
</testcase>
</testsuite>
<testsuite name="isFormComplete" errors="0" failures="0" skipped="0" timestamp="2020-12-09T21:33:18" time="4.125" tests="2">
<testcase classname="isFormComplete should return true if every key in object has a truthy value" name="isFormComplete should return true if every key in object has a truthy value" time="0.005">
</testcase>
<testcase classname="isFormComplete should return false if not every key has a truthy value" name="isFormComplete should return false if not every key has a truthy value" time="0.001">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-12-09T21:33:18" time="4.176" tests="1">
<testcase classname=" should render the StarRating" name=" should render the StarRating" time="0.008">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-12-09T21:33:18" time="4.192" tests="1">
<testcase classname=" should render the Review" name=" should render the Review" time="0.013">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="1" skipped="0" timestamp="2020-12-09T21:33:18" time="4.307" tests="1">
<testcase classname=" should render the Navbar" name=" should render the Navbar" time="0.015">
<failure>Error: expect(received).toMatchSnapshot()
Snapshot name: `should render the Navbar 1`
- Snapshot
+ Received
@@ -2,11 +2,11 @@
<div
className="navbarContainer"
>
<ForwardRef
className="appLink"
- to="/"
+ to="/home"
>
<strong>
SmartCast
</strong>
<img
@@ -18,11 +18,11 @@
className="linksContainer"
>
<ForwardRef
className="link"
title="Go to Home"
- to="/"
+ to="/home"
>
<img
alt=""
className="navIcon"
src="undefined/assets/nav/home.svg"
at Object.<anonymous> (C:\Users\flofo\Developer\Github\SmartCast\src\__tests__\app\Navbar.test.js:17:37)
at Object.asyncJestTest (C:\Users\flofo\Developer\Github\SmartCast\node_modules\jest-jasmine2\build\jasmineAsyncInstall.js:102:37)
at C:\Users\flofo\Developer\Github\SmartCast\node_modules\jest-jasmine2\build\queueRunner.js:43:12
at new Promise (<anonymous>)
at mapper (C:\Users\flofo\Developer\Github\SmartCast\node_modules\jest-jasmine2\build\queueRunner.js:26:19)
at C:\Users\flofo\Developer\Github\SmartCast\node_modules\jest-jasmine2\build\queueRunner.js:73:41
at processTicksAndRejections (internal/process/task_queues.js:93:5)</failure>
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="1" skipped="0" timestamp="2020-12-09T21:33:18" time="4.324" tests="1">
<testcase classname=" should render the Search" name=" should render the Search" time="0.009">
<failure>Error: expect(received).toMatchSnapshot()
Snapshot name: `should render the Search 1`
- Snapshot
+ Received
@@ -1,11 +1,13 @@
Array [
<Context.Provider
value={
Object {
+ "disableCheckbox": true,
"searchInput": "",
"searchType": "tags",
+ "setDisableCheckbox": [Function],
"setSearchInput": [Function],
"setSearchType": [Function],
}
}
>
at Object.<anonymous> (C:\Users\flofo\Developer\Github\SmartCast\src\__tests__\app\Search.test.js:18:43)
at Object.asyncJestTest (C:\Users\flofo\Developer\Github\SmartCast\node_modules\jest-jasmine2\build\jasmineAsyncInstall.js:102:37)
at C:\Users\flofo\Developer\Github\SmartCast\node_modules\jest-jasmine2\build\queueRunner.js:43:12
at new Promise (<anonymous>)
at mapper (C:\Users\flofo\Developer\Github\SmartCast\node_modules\jest-jasmine2\build\queueRunner.js:26:19)
at C:\Users\flofo\Developer\Github\SmartCast\node_modules\jest-jasmine2\build\queueRunner.js:73:41
at processTicksAndRejections (internal/process/task_queues.js:93:5)</failure>
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-12-09T21:33:18" time="4.845" tests="1">
<testcase classname=" should render the Podcast" name=" should render the Podcast" time="0.008">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-12-09T21:33:18" time="5.036" tests="1">
<testcase classname=" should render the Episode" name=" should render the Episode" time="0.007">
</testcase>
</testsuite>
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2020-12-09T21:33:18" time="6.029" tests="1">
<testcase classname=" should render the App" name=" should render the App" time="0.007">
</testcase>
</testsuite>
</testsuites>