You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--skip-step/-x`| True || Skip steps by id e.g. `-x unit -x acceptance`|
267
+
|`--only-step/-k`| True || Only run specific steps by id e.g. `-k unit -k acceptance`|
264
268
|`--fail-fast`| False | False | Abort after any tests fail, rather than continuing to run additional tests. Use this setting to confirm a known bug is fixed (or not), or when you only require a pass/fail result. |
265
269
|`--code-tests-only`| True | False | Skip any tests not directly related to code updates. For instance, metadata checks, version bump checks, changelog verification, etc. Use this setting to help focus on code quality during development. |
266
270
|`--concurrent-cat`| False | False | Make CAT tests run concurrently using pytest-xdist. Be careful about source or destination API rate limits. |
267
271
|`--<step-id>.<extra-parameter>=<extra-parameter-value>`| True || You can pass extra parameters for specific test steps. More details in the extra parameters section below |
268
-
| `--ci-requirements` | False | | | Output the CI requirements as a JSON payload. It is used to determine the CI runner to use.
272
+
| `--ci-requirements` | False | | | Output the CI requirements as a JSON payload. It is used to determine the CI runner to use.
269
273
270
274
Note:
271
275
@@ -539,6 +543,7 @@ E.G.: running `pytest` on a specific test folder:
0 commit comments