Skip to content

Commit

Permalink
docs: update the configuration page
Browse files Browse the repository at this point in the history
Add information about `debug` mode
  • Loading branch information
gibiw committed Jul 16, 2024
1 parent 399c12c commit b91334a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qase-pytest/docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and command line options override both other values.
| Execution plan path | `execution_plan_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` |
| **Qase TestOps mode configuration** |
| Qase project code | `testops.project` | `QASE_TESTOPS_PROJECT` | `--qase-testops-project` | | Yes | Any string |
| Qase API token | `testops.api.token` | `QASE_TESTOPS_API_TOKEN` | `--qase-testops-api-token` | | Yes | Any string |
Expand Down

0 comments on commit b91334a

Please sign in to comment.