Skip to content

Commit

Permalink
release(runner-cypress): 2.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.18.0](runner-cypress-v2.17.0...runner-cypress-v2.18.0) (2024-05-10)

### Bug Fixes

* **runner-playwright:** update dependency axe-core to v4.9.1 ([770cd9f](770cd9f))

### Features

* **runner-cypress:** update dependency junit-report-merger to v7 ([7a9e310](7a9e310))
  • Loading branch information
semantic-release-bot committed May 10, 2024
1 parent d681645 commit 5a17bd8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/runner-cypress/CHANGELOG.md
@@ -1,3 +1,15 @@
# [2.18.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.17.0...runner-cypress-v2.18.0) (2024-05-10)


### Bug Fixes

* **runner-playwright:** update dependency axe-core to v4.9.1 ([770cd9f](https://github.com/Orange-OpenSource/uuv/commit/770cd9f8e4d87d64c2875dd9e629b3e6c6ad1931))


### Features

* **runner-cypress:** update dependency junit-report-merger to v7 ([7a9e310](https://github.com/Orange-OpenSource/uuv/commit/7a9e310dc192081c5feec543f2dca94468b34230))

# [2.17.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.16.0...runner-cypress-v2.17.0) (2024-05-02)


Expand Down
6 changes: 3 additions & 3 deletions packages/runner-cypress/package.json
@@ -1,6 +1,6 @@
{
"name": "@uuv/cypress",
"version": "2.17.0",
"version": "2.18.0",
"type": "commonjs",
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
"description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress",
Expand Down Expand Up @@ -46,8 +46,8 @@
"@badeball/cypress-cucumber-preprocessor": "16.0.3",
"@cypress/webpack-preprocessor": "6.0.1",
"@testing-library/cypress": "10.0.1",
"@uuv/a11y": "1.0.0-beta.24",
"@uuv/runner-commons": "2.12.0",
"@uuv/a11y": "1.0.0-beta.25",
"@uuv/runner-commons": "2.13.0",
"axe-core": "4.9.1",
"chai-subset": "^1.6.0",
"cucumber-json-report-formatter": "0.1.4",
Expand Down

0 comments on commit 5a17bd8

Please sign in to comment.