Skip to content

Commit 3f12577

Browse files
Merge pull request #48 from qavajs/curl-printer
added capability to print curl for debugging
2 parents a962439 + dedc8c8 commit 3f12577

File tree

5 files changed

+185
-176
lines changed

5 files changed

+185
-176
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
version: [ 18, 20, 22 ]
15+
version: [ 20, 22, 24 ]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1414

1515
:microscope: - experimental
1616

17+
## [2.3.0]
18+
- :rocket: added capability to print curl for debugging
19+
1720
## [2.2.0]
1821
- :rocket: added `I parse {value} body as {value}` step allow providing custom response parser
1922
```gherkin

0 commit comments

Comments
 (0)