diff --git a/README.md b/README.md index e01025a..9df0d39 100644 --- a/README.md +++ b/README.md @@ -177,16 +177,16 @@ This variable can be accessed within the python tests using `context.config.user ## Test Execution Reports -### HTML Report -A friendly test execution report containing information related to test scenarios, execution status, evidence, and metrics. Available at: +### JSON Report +Contains information about test scenarios and execution status. This is the first report generated by BehaveX, which is used to generate all other reports. Available at: ```bash -/report.html +/report.json ``` -### JSON Report -Contains information about test scenarios and execution status. Available at: +### HTML Report +A friendly test execution report containing information related to test scenarios, execution status, evidence, and metrics. Available at: ```bash -/report.json +/report.html ``` ### JUnit Report