Skip to content

Commit aa09162

Browse files
authored
[patch] minor update packs (#76)
1 parent f0e131f commit aa09162

File tree

4 files changed

+531
-114
lines changed

4 files changed

+531
-114
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Change Log
2+
### 0.15.1
3+
- [patch] fix of corner case with custom commands in #75
4+
25
### 0.15.0
36
- [minor] Add historyId to interface in #74
47

docs/interface.md

+11
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,17 @@ Full name is being used for history id
135135
cy.allure().fullName('authentication: should login');
136136
```
137137

138+
### historyId
139+
**historyId(value: string)**
140+
141+
Sets test historyId
142+
143+
historyId is entity on which Allure reporter decides whether test is retried or not
144+
145+
```javascript
146+
cy.allure().historyId('<guid>');
147+
```
148+
138149
### owner
139150
**owner(value: string)**
140151

0 commit comments

Comments
 (0)