Skip to content

Commit

Permalink
release(runner-playwright): 3.28.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.28.0](runner-playwright-v3.27.0...runner-playwright-v3.28.0) (2025-01-13)

### Bug Fixes

* **assistant:** update dependency @codemirror/view to v6.36.2 ([63b0594](63b0594))

### Features

* **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.0 ([ae6f840](ae6f840))
  • Loading branch information
semantic-release-bot committed Jan 13, 2025
1 parent 8dbd1c4 commit d360b4e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/runner-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.28.0](https://github.com/e2e-test-quest/uuv/compare/runner-playwright-v3.27.0...runner-playwright-v3.28.0) (2025-01-13)


### Bug Fixes

* **assistant:** update dependency @codemirror/view to v6.36.2 ([63b0594](https://github.com/e2e-test-quest/uuv/commit/63b05944448f5d7338bab42faca9d8ee47cb93c6))


### Features

* **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.0 ([ae6f840](https://github.com/e2e-test-quest/uuv/commit/ae6f840742357b5c513c72177082a59770328b27))

# [3.27.0](https://github.com/e2e-test-quest/uuv/compare/runner-playwright-v3.26.0...runner-playwright-v3.27.0) (2025-01-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/runner-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uuv/playwright",
"version": "3.27.0",
"version": "3.28.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 playwright",
Expand Down Expand Up @@ -46,8 +46,8 @@
"@cucumber/tag-expressions": "^6.0.0",
"@cucumber/cucumber": "11.0.1",
"@playwright/test": "^1.44.1",
"@uuv/a11y": "1.0.0-beta.59",
"@uuv/runner-commons": "2.41.0",
"@uuv/a11y": "1.0.0-beta.60",
"@uuv/runner-commons": "2.42.0",
"axe-core": "4.10.2",
"axe-playwright": "2.0.3",
"chalk-table": "^1.0.2",
Expand Down

0 comments on commit d360b4e

Please sign in to comment.