diff --git a/core/README.md b/core/README.md index baab948c..cde88cd6 100644 --- a/core/README.md +++ b/core/README.md @@ -12,9 +12,9 @@ _Clear and concise JVM reporting for the Cucumber BDD JSON format_ - [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) @@ -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) diff --git a/maven/README.md b/maven/README.md index e5cb1ca3..aafa5c1f 100644 --- a/maven/README.md +++ b/maven/README.md @@ -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)