cucumber-reactive-reporter 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -76,3 +76,6 @@ links: {
|
|
|
76
76
|
| 1.0.2 | improvements to debugging and readme |
|
|
77
77
|
| 1.0.3 | fixed crashes when search threw syntax errors<br>fixed css for @tags and @metadata buttons |
|
|
78
78
|
| 1.0.4 | Added more pagination choices for scenariosList, 50 and 100 |
|
|
79
|
+
| 1.0.5 | Fixing publishing code and adding notes |
|
|
80
|
+
| 1.0.6 | Added pagination to the main feature screen, shows up if above 50 |
|
|
81
|
+
| 1.0.7 | Changed feature pagination to be always on if above 10 elements, the reason why is you can change to display 10 at a time to force single column|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cucumber-reactive-reporter",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "A filterable html report generator for cucumberjs written in react",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/unsuspecting-noob/cucumber-reactive-reporter",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"index.html": "./index.html",
|
|
9
9
|
"precache-manifest.js": "./precache-manifest.js",
|
|
10
10
|
"service-worker.js": "./service-worker.js",
|
|
11
|
-
"static/js/2.
|
|
12
|
-
"static/js/main.LICENSE.txt": "./static/js/main.LICENSE.txt",
|
|
11
|
+
"static/js/2.LICENSE.txt": "./static/js/2.LICENSE.txt",
|
|
12
|
+
"static/js/main.js.LICENSE.txt": "./static/js/main.js.LICENSE.txt",
|
|
13
13
|
"static/media/font-awesome.css": "./static/media/fontawesome-webfont.woff",
|
|
14
14
|
"static/media/300.css": "./static/media/roboto-vietnamese-300-normal.woff2",
|
|
15
15
|
"static/media/400.css": "./static/media/roboto-vietnamese-400-normal.woff2",
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
self.__precacheManifest = (self.__precacheManifest || []).concat([
|
|
2
2
|
{
|
|
3
|
-
"revision": "
|
|
3
|
+
"revision": "d469972695b055f994173fcd0424212f",
|
|
4
4
|
"url": "./index.html"
|
|
5
5
|
},
|
|
6
6
|
{
|
|
7
|
-
"revision": "
|
|
7
|
+
"revision": "ef7ab0d10083791eb7e5",
|
|
8
8
|
"url": "./static/css/2.css"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
"revision": "
|
|
11
|
+
"revision": "07a3e94934dfdadda925",
|
|
12
12
|
"url": "./static/css/main.css"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
|
-
"revision": "
|
|
15
|
+
"revision": "ef7ab0d10083791eb7e5",
|
|
16
16
|
"url": "./static/js/2.js"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"revision": "40a6034f8347758ed4443191f7649e9a",
|
|
20
|
-
"url": "./static/js/2.
|
|
20
|
+
"url": "./static/js/2.LICENSE.txt"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
"revision": "
|
|
23
|
+
"revision": "07a3e94934dfdadda925",
|
|
24
24
|
"url": "./static/js/main.js"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"revision": "4e0e34f265fae8f33b01b27ae29d9d6f",
|
|
28
|
-
"url": "./static/js/main.LICENSE.txt"
|
|
28
|
+
"url": "./static/js/main.js.LICENSE.txt"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"revision": "921795e980c845532d8f",
|