Skip to content

Commit 7ae3b33

Browse files
author
Oleksandr_Halichenko
committed
added undefined payload handler
1 parent fafdf06 commit 7ae3b33

8 files changed

+656
-604
lines changed

.eslintrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
"_request",
8989
"_method",
9090
"_options",
91-
"_allure"
91+
"_allure",
92+
"_payload",
93+
"_isPayloadSet"
9294
]
9395
}
9496
],

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.0.14
2+
- added undefined payload handler
3+
14
## 0.0.13
25
- added construction api steps
36

0 commit comments

Comments
 (0)