Skip to content

Commit

Permalink
release(runner-playwright): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](Orange-OpenSource/uuv@runner-playwright-v1.7.3...runner-playwright-v1.8.0) (2023-08-22)

### Bug Fixes

* prototype pollution in lodash - cve-2019-10744, [#219](https://github.com/Orange-OpenSource/uuv/issues/219) ([4b16741](Orange-OpenSource@4b16741))

### Features

* **runner-playwright:** add locationHint for testLocation via teamcity, [#195](https://github.com/Orange-OpenSource/uuv/issues/195) ([d44dd9a](Orange-OpenSource@d44dd9a))
* **runner-playwright:** add targetTestFile to run specific file, [#195](https://github.com/Orange-OpenSource/uuv/issues/195) ([5d58b1e](Orange-OpenSource@5d58b1e))
* **runner-playwright:** add teamcity trace for IntelliJ Plugin, [#195](https://github.com/Orange-OpenSource/uuv/issues/195) ([0d6b775](Orange-OpenSource@0d6b775))
  • Loading branch information
semantic-release-bot committed Aug 22, 2023
1 parent 894ab15 commit a9660f7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/runner-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.8.0](https://github.com/Orange-OpenSource/uuv/compare/runner-playwright-v1.7.3...runner-playwright-v1.8.0) (2023-08-22)


### Bug Fixes

* prototype pollution in lodash - cve-2019-10744, [#219](https://github.com/Orange-OpenSource/uuv/issues/219) ([4b16741](https://github.com/Orange-OpenSource/uuv/commit/4b16741d53f814958ad0ee6d761e82d92374e5e8))


### Features

* **runner-playwright:** add locationHint for testLocation via teamcity, [#195](https://github.com/Orange-OpenSource/uuv/issues/195) ([d44dd9a](https://github.com/Orange-OpenSource/uuv/commit/d44dd9ae13e662e623391d43552b28c54ea465f1))
* **runner-playwright:** add targetTestFile to run specific file, [#195](https://github.com/Orange-OpenSource/uuv/issues/195) ([5d58b1e](https://github.com/Orange-OpenSource/uuv/commit/5d58b1ea7d4bddbc1675ec8e15455a06278957ff))
* **runner-playwright:** add teamcity trace for IntelliJ Plugin, [#195](https://github.com/Orange-OpenSource/uuv/issues/195) ([0d6b775](https://github.com/Orange-OpenSource/uuv/commit/0d6b7752ab26ffc4eaf8fe6a70fa60210ee747e8))

## [1.7.3](https://github.com/Orange-OpenSource/uuv/compare/runner-playwright-v1.7.2...runner-playwright-v1.7.3) (2023-08-21)


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.3",
"version": "1.8.0",
"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.2",
"@uuv/runner-commons": "1.6.3",
"axe-core": "4.7.2",
"axe-playwright": "1.2.3",
"chalk": "4.1.2",
Expand Down

0 comments on commit a9660f7

Please sign in to comment.