Skip to content

Commit

Permalink
change log
Browse files Browse the repository at this point in the history
  • Loading branch information
mmisty committed Nov 2, 2023
1 parent 2e3fe1e commit 136e11e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## Change Log
### 0.12.5
- special tags integration - can use `@issue("ABC-123")`(and other meta tags like parentSuite, suite etc)
in title or in configuration object like
```javascript
it("test", { tags: ['@issue("ABC-123")'] }, () => {
// ...
});
```
### 0.12.3
- [tech] update cypress 13.3.4
- fix of #59 issue
Expand Down

0 comments on commit 136e11e

Please sign in to comment.