Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev committed Nov 13, 2023
1 parent c8b0198 commit fa67430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ _Clear and concise JVM reporting for the Cucumber BDD JSON format_
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Maven dependency](#maven-dependency)
- [Prerequisites](#prerequisites)
- [Prerequisites](#prerequisites)
- [Mandatory Configuration Parameters](#mandatory-configuration-parameters)
- [Karate Example](#karate-example)
- [Karate example](#karate-example)
- [Optional Configuration Parameters](#optional-configuration-parameters)
- [Logging](#logging)
- [Add Custom Information to the Report](#add-custom-information-to-the-report)
Expand All @@ -24,12 +24,14 @@ _Clear and concise JVM reporting for the Cucumber BDD JSON format_
- [Add custom navigation links](#add-custom-navigation-links)
- [Fail Scenarios on Pending or Undefined Steps](#fail-scenarios-on-pending-or-undefined-steps)
- [Auto-expand Certain Report Sections](#auto-expand-certain-report-sections)
- [Auto-expand Previous Scenario Runs](#auto-expand-previous-scenario-runs)
- [Auto-expand Attachments](#auto-expand-attachments)
- [Optional Configuration Parameters for Changing the Report Appearance](#optional-configuration-parameters-for-changing-the-report-appearance)
- [Defining the report start page](#defining-the-report-start-page)
- [Defining a custom report title](#defining-a-custom-report-title)
- [Defining a custom CSS file](#defining-a-custom-css-file)
- [Defining custom passed, skipped and failed colors](#defining-custom-passed-skipped-and-failed-colors)
- [Enabling a compact view of multiple runs of the same scenarios](#enabling-a-compact-view-of-multiple-runs-of-the-same-scenarios)
- [Appendix](#appendix)
- [Building](#building)
- [License](#license)
Expand Down
2 changes: 2 additions & 0 deletions maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ _Clear and concise Maven reporting for the Cucumber BDD JSON format_
- [Skip Report Generation](#skip-report-generation)
- [Fail Scenarios on Pending or Undefined Steps](#fail-scenarios-on-pending-or-undefined-steps)
- [Auto-expand Certain Report Sections](#auto-expand-certain-report-sections)
- [Auto-expand Previous Runs](#auto-expand-previous-runs)
- [Auto-expand Attachments](#auto-expand-attachments)
- [Optional Configuration Parameters for Changing the Report Appearance](#optional-configuration-parameters-for-changing-the-report-appearance)
- [Defining the report start page](#defining-the-report-start-page)
- [Defining a custom report title](#defining-a-custom-report-title)
- [Defining a custom CSS file](#defining-a-custom-css-file)
- [Defining custom passed, skipped and failed colors](#defining-custom-passed-skipped-and-failed-colors)
- [Enabling a compact view of multiple runs of the same scenarios](#enabling-a-compact-view-of-multiple-runs-of-the-same-scenarios)
- [Running the reporting goal directly via command line](#running-the-reporting-goal-directly-via-command-line)
- [Passing built-in properties via command line](#passing-built-in-properties-via-command-line)
- [Passing custom parameters via command line](#passing-custom-parameters-via-command-line)
Expand Down

0 comments on commit fa67430

Please sign in to comment.