diff --git a/_data/navigation.yml b/_data/navigation.yml index d86b07ea..a8d01679 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -15,3 +15,4 @@ main: docs: # @xp:toc +# @tr:toc diff --git a/_pages/docs.md b/_pages/docs.md index 9a0907c2..e0d32b52 100644 --- a/_pages/docs.md +++ b/_pages/docs.md @@ -9,7 +9,11 @@ sidebar: --- Here's a list of all the features that you can expect from JUnit Pioneer. -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/). +It's split into extensions from the _junit-pioneer_ artifact and features from _test-reports_. + +## JUnit Pioneer + +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/).
{% 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 {% endfor %}
-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. +For details on how to start with JUnit Pioneer, check [this site](/junit-pioneer). + +## Test Reports + +And here's how to make good use of the test reports: + +
+{% for item in site.docs %} + {% if item.path contains '/tr/' %} +
{{ item.title }}
+
{{ item.description }}
+ {% endif %} +{% endfor %} +
+ +For details on how to start with Test Reports, check [this site](/test-reports). diff --git a/_pages/home.md b/_pages/home.md index 979786fa..171eaff0 100644 --- a/_pages/home.md +++ b/_pages/home.md @@ -14,12 +14,18 @@ feature_row: excerpt: "More about extensions..." url: "/junit-pioneer/" btn_label: "Explore Pioneer" - - image_path: /assets/images/site/card-docs.jpg - alt: "docs" - title: "Documentation" - excerpt: "How to get started..." - url: "/docs/" - btn_label: "Get Started" + - image_path: /assets/images/site/card-test-reports.jpg + alt: "reports" + title: "Test Reports" + excerpt: "More about test reports..." + url: "/test-reports/" + btn_label: "Explore Test Reports" +# - image_path: /assets/images/site/card-docs.jpg +# alt: "docs" +# title: "Documentation" +# excerpt: "How to get started..." +# url: "/docs/" +# btn_label: "Get Started" - image_path: /assets/images/site/card-release-notes.jpg alt: "release notes" title: "Release Notes" diff --git a/assets/images/site/card-test-reports.jpg b/assets/images/site/card-test-reports.jpg new file mode 100644 index 00000000..3f12420b Binary files /dev/null and b/assets/images/site/card-test-reports.jpg differ diff --git a/assets/images/site/test-reports-full.jpg b/assets/images/site/test-reports-full.jpg new file mode 100644 index 00000000..8a0e11e5 Binary files /dev/null and b/assets/images/site/test-reports-full.jpg differ