Skip to content

Commit 1ef8e05

Browse files
fixed issue that prevented to properly use soft assertions (#28)
1 parent 9ffa57e commit 1ef8e05

File tree

6 files changed

+131
-167
lines changed

6 files changed

+131
-167
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
version: [ 20, 22 ]
12+
version: [ 20, 22, 24 ]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ All notable changes to the "@qavajs/playwright-runner-adapter" will be documente
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77
:rocket: - new feature
8+
89
:beetle: - bugfix
10+
911
:x: - deprecation/removal
12+
1013
:pencil: - chore
14+
1115
:microscope: - experimental
1216

17+
## [1.4.1]
18+
- :beetle: fixed issue that prevented to properly use soft assertions
19+
1320
## [1.4.0]
1421
- :rocket: moved `@cucumber/cucumber` to dependencies
1522
- :beetle: removed duplicated tags

0 commit comments

Comments
 (0)