Skip to content

Commit 7de743a

Browse files
author
Nicolai Parlog
committed
Include "Test Reports" in website
1 parent 6c6a99d commit 7de743a

File tree

5 files changed

+34
-8
lines changed

5 files changed

+34
-8
lines changed

_data/navigation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ main:
1515

1616
docs:
1717
# @xp:toc
18+
# @tr:toc

_pages/docs.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ sidebar:
99
---
1010

1111
Here's a list of all the features that you can expect from JUnit Pioneer.
12-
For some of them you need to be quite familiar with JUnit 5, so make sure to read [its user guide](https://junit.org/junit5/docs/current/user-guide/) or [this article series](https://blog.codefx.org/libraries/junit-5-basics/).
12+
It's split into extensions from the _junit-pioneer_ artifact and features from _test-reports_.
13+
14+
## JUnit Pioneer
15+
16+
For some of these features you need to be quite familiar with JUnit 5, so make sure to read [its user guide](https://junit.org/junit5/docs/current/user-guide/) or [this article series](https://blog.codefx.org/libraries/junit-5-basics/).
1317

1418
<dl>
1519
{% for item in site.docs %}
@@ -20,4 +24,19 @@ For some of them you need to be quite familiar with JUnit 5, so make sure to rea
2024
{% endfor %}
2125
</dl>
2226

23-
To start using JUnit Pioneer, determine the latest version (e.g. on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.junit-pioneer%22%20a%3A%22junit-pioneer%22)) and add `org.junit-pioneer : junit-pioneer` as a test dependency.
27+
For details on how to start with JUnit Pioneer, check [this site](/junit-pioneer).
28+
29+
## Test Reports
30+
31+
And here's how to make good use of the test reports:
32+
33+
<dl>
34+
{% for item in site.docs %}
35+
{% if item.path contains '/tr/' %}
36+
<dt><a href="{{ item.url }}">{{ item.title }}</a></dt>
37+
<dd>{{ item.description }}</dd>
38+
{% endif %}
39+
{% endfor %}
40+
</dl>
41+
42+
For details on how to start with Test Reports, check [this site](/test-reports).

_pages/home.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,18 @@ feature_row:
1414
excerpt: "More about extensions..."
1515
url: "/junit-pioneer/"
1616
btn_label: "Explore Pioneer"
17-
- image_path: /assets/images/site/card-docs.jpg
18-
alt: "docs"
19-
title: "Documentation"
20-
excerpt: "How to get started..."
21-
url: "/docs/"
22-
btn_label: "Get Started"
17+
- image_path: /assets/images/site/card-test-reports.jpg
18+
alt: "reports"
19+
title: "Test Reports"
20+
excerpt: "More about test reports..."
21+
url: "/test-reports/"
22+
btn_label: "Explore Test Reports"
23+
# - image_path: /assets/images/site/card-docs.jpg
24+
# alt: "docs"
25+
# title: "Documentation"
26+
# excerpt: "How to get started..."
27+
# url: "/docs/"
28+
# btn_label: "Get Started"
2329
- image_path: /assets/images/site/card-release-notes.jpg
2430
alt: "release notes"
2531
title: "Release Notes"
16.4 KB
Loading
373 KB
Loading

0 commit comments

Comments
 (0)