Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 4620196

Browse files
committed
add note about context, closes #47
1 parent 13bdac7 commit 4620196

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ describe('block with config tag', { tags: '@smoke' }, () => {
307307

308308
See the [cypress/integration/describe-tags-spec.js](./cypress/integration/describe-tags-spec.js) file.
309309

310+
**Note:** global function `describe` and `context` are aliases and both supported by this plugin.
311+
310312
### AND tags
311313

312314
Use `+` to require both tags to be present

0 commit comments

Comments
 (0)