Skip to content

Commit

Permalink
docs: update configuration
Browse files Browse the repository at this point in the history
Updated `execution plan` parameter
  • Loading branch information
gibiw committed Nov 6, 2024
1 parent 9d2c2ec commit d915577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qase-pytest/docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and command line options override both other values.
| **Common** |
| Main reporting mode | `mode` | `QASE_MODE` | `--qase-mode` | `testops` | No | `testops`, `report`, `off` |
| Fallback reporting mode | `fallback` | `QASE_FALLBACK` | `--qase-fallback` | `report` | No | `testops`, `report`, `off` |
| Execution plan path | `execution_plan_path` | `QASE_EXECUTION_PLAN_PATH` | `--qase-execution-plan-path` | `./build/qase-execution-plan.json` | No | Any string |
| Execution plan path | `executionPlan.path` | `QASE_EXECUTION_PLAN_PATH` | `--qase-execution-plan-path` | `./build/qase-execution-plan.json` | No | Any string |
| Qase environment | `environment` | `QASE_ENVIRONMENT` | `--qase-environment` | `local` | No | Any string |
| Root suite | `rootSuite` | `QASE_ROOT_SUITE` | `--qase-root-suite` | | No | Any string |
| Debug logs | `debug` | `QASE_DEBUG` | `--qase-debug` | false | No | `true`, `false` |
Expand All @@ -37,7 +37,7 @@ and command line options override both other values.
| Driver used for report mode | `report.driver` | `QASE_REPORT_DRIVER` | `--qase-report-driver` | `local` | No | `local` |
| **Framework specific options** |
| **Pytest** |
| Capture logs | `framework.pytest.capturelogs` | `QASE_PYTEST_CAPTURE_LOGS` | `--qase-pytest-capture-logs` | `False` | No | `true`, `false` |
| Capture logs | `framework.pytest.captureLogs` | `QASE_PYTEST_CAPTURE_LOGS` | `--qase-pytest-capture-logs` | `False` | No | `true`, `false` |
| **Earlier versions** |
| **qase-pytest v5.x** |
| TestOps bulk (always on since v6) | `testops.bulk` | `QASE_TESTOPS_BULK` | `--qase-testops-bulk` | `True` | No | `true`, `false` |
Expand Down
2 changes: 1 addition & 1 deletion qase-robotframework/docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Environment variables override the values given in the config file.
| **Common** |
| Main reporting mode | `mode` | `QASE_MODE` | `testops` | No | `testops`, `report`, `off` |
| Fallback reporting mode | `fallback` | `QASE_FALLBACK` | `report` | No | `testops`, `report`, `off` |
| Execution plan path | `execution_plan_path` | `QASE_EXECUTION_PLAN_PATH` | `./build/qase-execution-plan.json` | No | Any string |
| Execution plan path | `executionPlan.path` | `QASE_EXECUTION_PLAN_PATH` | `./build/qase-execution-plan.json` | No | Any string |
| Qase environment | `environment` | `QASE_ENVIRONMENT` | `local` | No | Any string |
| Root suite | `rootSuite` | `QASE_ROOT_SUITE` | | No | Any string |
| **Qase TestOps mode configuration** |
Expand Down

0 comments on commit d915577

Please sign in to comment.