Skip to content

Commit

Permalink
chore(release): 1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.2](runner-cypress-v1.3.1...runner-cypress-v1.3.2) (2023-05-11)

### Bug Fixes

* **runner-cypress:** add lint script [#8](#8) ([78c43d1](78c43d1))
* **runner-cypress:** modify doc for npmjs [#94](#94) ([b7ba332](b7ba332))
* **runner-playwright:** update @cucumber/cucumber dep version, [#93](#93) ([a891a70](a891a70))
  • Loading branch information
semantic-release-bot committed May 11, 2023
1 parent 4eae288 commit ba6e446
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/runner-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.3.2](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.3.1...runner-cypress-v1.3.2) (2023-05-11)


### Bug Fixes

* **runner-cypress:** add lint script [#8](https://github.com/e2e-test-quest/uuv/issues/8) ([78c43d1](https://github.com/e2e-test-quest/uuv/commit/78c43d1406709953086793298132f8fb85e68ba8))
* **runner-cypress:** modify doc for npmjs [#94](https://github.com/e2e-test-quest/uuv/issues/94) ([b7ba332](https://github.com/e2e-test-quest/uuv/commit/b7ba332900081318984e495d563c1477ffacd801))
* **runner-playwright:** update @cucumber/cucumber dep version, [#93](https://github.com/e2e-test-quest/uuv/issues/93) ([a891a70](https://github.com/e2e-test-quest/uuv/commit/a891a70daad1cb5d7d34f25097a31d89f92b92c6))

## [1.3.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.3.0...runner-cypress-v1.3.1) (2023-05-09)


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.3.1",
"version": "1.3.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 @@ -42,7 +42,7 @@
"@badeball/cypress-cucumber-preprocessor": "16.0.3",
"@cypress/webpack-preprocessor": "5.17.0",
"@testing-library/cypress": "9.0.0",
"@uuv/runner-commons": "1.3.1",
"@uuv/runner-commons": "1.3.2",
"axe-core": "4.7.0",
"chalk": "4.1.2",
"cucumber-json-report-formatter": "0.1.4",
Expand Down

0 comments on commit ba6e446

Please sign in to comment.