Skip to content

Commit

Permalink
release(runner-playwright): 1.7.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.2](Orange-OpenSource/uuv@runner-playwright-v1.7.1...runner-playwright-v1.7.2) (2023-08-17)

### Bug Fixes

* accept cucumber Rule keyword when generate json from ndjson for … ([#207](https://github.com/Orange-OpenSource/uuv/issues/207)) ([05bc903](Orange-OpenSource@05bc903))
* **runner-cypress:** relocate cypress-real-events dependency into project package.json, [#213](https://github.com/Orange-OpenSource/uuv/issues/213) ([ffca8dd](Orange-OpenSource@ffca8dd))
  • Loading branch information
semantic-release-bot committed Aug 17, 2023
1 parent d214be5 commit 72b5939
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/runner-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.7.2](https://github.com/Orange-OpenSource/uuv/compare/runner-playwright-v1.7.1...runner-playwright-v1.7.2) (2023-08-17)


### Bug Fixes

* accept cucumber Rule keyword when generate json from ndjson for … ([#207](https://github.com/Orange-OpenSource/uuv/issues/207)) ([05bc903](https://github.com/Orange-OpenSource/uuv/commit/05bc90342ea2f7149109b5a12e428b04237bf00b))
* **runner-cypress:** relocate cypress-real-events dependency into project package.json, [#213](https://github.com/Orange-OpenSource/uuv/issues/213) ([ffca8dd](https://github.com/Orange-OpenSource/uuv/commit/ffca8dd21d3858d0020f6bf1974437bbf38fe6c4))

## [1.7.1](https://github.com/Orange-OpenSource/uuv/compare/runner-playwright-v1.7.0...runner-playwright-v1.7.1) (2023-08-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/runner-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uuv/playwright",
"version": "1.7.1",
"version": "1.7.2",
"type": "commonjs",
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
"description": "A solution to run E2E tests written in cucumber(BDD) with playwright.",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@cucumber/cucumber": "9.3.0",
"@playwright/test": "1.33.0",
"@uuv/runner-commons": "1.6.1",
"@uuv/runner-commons": "1.6.2",
"axe-core": "4.7.2",
"axe-playwright": "1.2.3",
"chalk": "4.1.2",
Expand Down

0 comments on commit 72b5939

Please sign in to comment.