Skip to content

Commit

Permalink
release(runner-cypress): 1.8.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.2](Orange-OpenSource/uuv@runner-cypress-v1.8.1...runner-cypress-v1.8.2) (2023-08-31)

### Bug Fixes

* **runner-cypress:** check if testsuite is not already started, [#232](https://github.com/Orange-OpenSource/uuv/issues/232) ([a8d373f](Orange-OpenSource@a8d373f))
  • Loading branch information
semantic-release-bot committed Aug 31, 2023
1 parent 131257f commit 5bc76a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/runner-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.8.2](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v1.8.1...runner-cypress-v1.8.2) (2023-08-31)


### Bug Fixes

* **runner-cypress:** check if testsuite is not already started, [#232](https://github.com/Orange-OpenSource/uuv/issues/232) ([a8d373f](https://github.com/Orange-OpenSource/uuv/commit/a8d373f58e81db799cd7e88eaac54fb98c74eba0))

## [1.8.1](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v1.8.0...runner-cypress-v1.8.1) (2023-08-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/runner-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uuv/cypress",
"version": "1.8.1",
"version": "1.8.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 cypress.",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@badeball/cypress-cucumber-preprocessor": "16.0.3",
"@cypress/webpack-preprocessor": "5.17.1",
"@testing-library/cypress": "9.0.0",
"@uuv/runner-commons": "1.6.4",
"@uuv/runner-commons": "1.6.5",
"axe-core": "4.7.2",
"chalk": "4.1.2",
"cucumber-json-report-formatter": "0.1.4",
Expand Down

0 comments on commit 5bc76a1

Please sign in to comment.