Skip to content

Commit 136e11e

Browse files
committed
change log
1 parent 2e3fe1e commit 136e11e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
## 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+
```
210
### 0.12.3
311
- [tech] update cypress 13.3.4
412
- fix of #59 issue

0 commit comments

Comments
 (0)