Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include "Test Reports" in website #22

Open
wants to merge 1 commit into
base: site-source
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ main:

docs:
# @xp:toc
# @tr:toc
23 changes: 21 additions & 2 deletions _pages/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

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

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:

<dl>
{% for item in site.docs %}
{% if item.path contains '/tr/' %}
<dt><a href="{{ item.url }}">{{ item.title }}</a></dt>
<dd>{{ item.description }}</dd>
{% endif %}
{% endfor %}
</dl>

For details on how to start with Test Reports, check [this site](/test-reports).
18 changes: 12 additions & 6 deletions _pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Binary file added assets/images/site/card-test-reports.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/site/test-reports-full.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.