Skip to content

Commit 334b893

Browse files
committed
#2641 update readme
1 parent c248a89 commit 334b893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4328,6 +4328,7 @@ For completeness, the "built-in" tags are the following:
43284328
Tag | Description
43294329
--- | -----------
43304330
`@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
43314332
`@parallel` | See [`@parallel=false`](#parallelfalse)
43324333
`@report` | See [`@report=false`](#reportfalse)
43334334
`@setup` | See [`@setup`](#setup)

0 commit comments

Comments
 (0)