jekyll-report-dashboard 0.1.13 → 0.1.14
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.
- checksums.yaml +4 -4
- data/_includes/playwright-summary.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26c854e9eccac47e6901b31a4255c73e73596e983b24c3cb26678979084a6b3d
|
4
|
+
data.tar.gz: dc43ae953fbf7efcdbbe5a6f64c65bee30b67d0301818b9391f27953cf0b4afc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f44ce59def49d688aac89490dd4dfb5c8a1597625e8c17348f3e3229cf95b2677e76a749264a790c03db5080422446bdc123287a5b921db478175967e73a509
|
7
|
+
data.tar.gz: 7ecaaa647606c526f061d6e646fdd2c81a4e4efdd883be17dda1d61746d6d119549857eaf0f6dec4c22fa122f74cb2760e5e24275ccf82737d9a760a54770893
|
@@ -28,7 +28,7 @@
|
|
28
28
|
{% endif %}
|
29
29
|
</span>
|
30
30
|
<div class="py-1 @md:py-2 w-2/3 @md:w-4/5">
|
31
|
-
{% if results.errors.size > 0 %}
|
31
|
+
{% if results.stats.unexpected == 0 and results.errors.size > 0 %}
|
32
32
|
<!-- if there are errors, there won't be any test statistics, so only display the errors -->
|
33
33
|
<div class="py-1 @md:py-2 px-0 font-mono flex flex-col gap-4">
|
34
34
|
{% for error in results.errors %}
|