We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3fe1e commit 136e11eCopy full SHA for 136e11e
CHANGELOG.md
@@ -1,4 +1,12 @@
1
## Change Log
2
+### 0.12.5
3
+- special tags integration - can use `@issue("ABC-123")`(and other meta tags like parentSuite, suite etc)
4
+in title or in configuration object like
5
+ ```javascript
6
+ it("test", { tags: ['@issue("ABC-123")'] }, () => {
7
+ // ...
8
+ });
9
+ ```
10
### 0.12.3
11
- [tech] update cypress 13.3.4
12
- fix of #59 issue
0 commit comments