jekyll-report-dashboard 0.1.11 → 0.1.13
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-stat.html +7 -5
- data/_includes/playwright-summary.html +2 -2
- data/index.markdown +2 -1
- data/releases.markdown +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fc623a25c9cd78269e9afd29a426a4b77234ed2023532fa6d4f96742c9ad4ac
|
4
|
+
data.tar.gz: 534b250be49b45e3e480e13ddd2b6f06a52095404e908acd579718ce43be109d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5c54dfb52feece12d498fb131d75de77add8d39b81f63ea2738e22d29d4249e979112e429398052049d2f3c694c50da97fb3e20e1a7aec0af0028777776375a
|
7
|
+
data.tar.gz: 1e2674f5e1eabf8f99201d9b38e4fc1cd8a2238ea834d5da79c57ecee97e5d20e8b470aac5b2f4cb5a39c37e58d3c809d04c8bfd74244173ac648f35f1230a45
|
@@ -1,6 +1,8 @@
|
|
1
|
-
<div class="
|
2
|
-
<
|
3
|
-
|
4
|
-
|
5
|
-
|
1
|
+
<div class="w-full py-2 px-12 @md:px-2 text-xs border border-outline first:rounded-t-md last:rounded-b-md @md:first:rounded-tr-none @md:first:rounded-l-md @md:last:rounded-bl-none @md:last:rounded-r-md">
|
2
|
+
<div class="flex flex-row @md:flex-col @xl:flex-row justify-center @md:justify-center items-center @xl:gap-2">
|
3
|
+
<span>{{ include.label }}</span>
|
4
|
+
<span class="min-w-4 px-2 text-center bg-highlight border border-transparent rounded-3xl">
|
5
|
+
{{ include.value }}
|
6
|
+
</span>
|
7
|
+
</div>
|
6
8
|
</div>
|
@@ -27,8 +27,8 @@
|
|
27
27
|
<svg aria-hidden="true" class="fill-warn" height="100%" width="100%" viewBox="0 0 16 16" version="1.1"><path fillRule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path></svg>
|
28
28
|
{% endif %}
|
29
29
|
</span>
|
30
|
-
<div class="py-1 @md:py-2 w-2/3 @
|
31
|
-
{% if
|
30
|
+
<div class="py-1 @md:py-2 w-2/3 @md:w-4/5">
|
31
|
+
{% if 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 %}
|
data/index.markdown
CHANGED
@@ -41,7 +41,8 @@ layout: default
|
|
41
41
|
</div>
|
42
42
|
|
43
43
|
<div class="md:mt-[-2rem] md:col-start-3">
|
44
|
-
{%
|
44
|
+
{% assign releases = site.categories["release"] | sort: 'published_at' | reverse %}
|
45
|
+
{% for post in releases limit: 3 %}
|
45
46
|
{% include release-note.html post=post content=post.content %}
|
46
47
|
{% endfor %}
|
47
48
|
</div>
|
data/releases.markdown
CHANGED
@@ -4,6 +4,7 @@ title: Release Notes
|
|
4
4
|
permalink: releases/
|
5
5
|
---
|
6
6
|
|
7
|
-
{%
|
7
|
+
{% assign releases = site.categories["release"] | sort: 'published_at' | reverse %}
|
8
|
+
{% for post in releases %}
|
8
9
|
{% include release-note.html post=post content=post.content %}
|
9
10
|
{% endfor %}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-report-dashboard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tiffany Forkner
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-31 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: jekyll
|