We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c248a89 commit 334b893Copy full SHA for 334b893
README.md
@@ -4328,6 +4328,7 @@ For completeness, the "built-in" tags are the following:
4328
Tag | Description
4329
--- | -----------
4330
`@ignore` | Any `Scenario` with (or that has inherited) this tag will be skipped at run-time. This does not apply to anything that is "called" though
4331
+`@fail` | Any `Scenario` with (or that has inherited) this tag will be expected to fail. This can be used if e.g. tests are written before fixes
4332
`@parallel` | See [`@parallel=false`](#parallelfalse)
4333
`@report` | See [`@report=false`](#reportfalse)
4334
`@setup` | See [`@setup`](#setup)
0 commit comments