From 1f548cee2824e63abe8eff4c49954d7e5f22dab3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 May 2023 22:13:57 +0000 Subject: [PATCH] chore(release): runner-playwright 1.4.0 [skip ci] # [1.4.0](https://github.com/e2e-test-quest/uuv/compare/runner-playwright-v1.3.3...runner-playwright-v1.4.0) (2023-05-16) ### Bug Fixes * **runner-commons:** restructure documentation, [#112](https://github.com/e2e-test-quest/uuv/issues/112) ([f5db612](https://github.com/e2e-test-quest/uuv/commit/f5db612da3c31d2e6f4a3f647546167ebcbddaa5)) * **runner-playwright:** add benefit block [#112](https://github.com/e2e-test-quest/uuv/issues/112) ([e037cc2](https://github.com/e2e-test-quest/uuv/commit/e037cc24c14edc45093a1073598b3ea484d5e420)) * **runner-playwright:** restructure documentation, [#112](https://github.com/e2e-test-quest/uuv/issues/112) ([954e2ac](https://github.com/e2e-test-quest/uuv/commit/954e2ac13819f2cb97a13dbcdedb017db9cd4365)) ### Features * **runner-playwright:** add error details and screenshot to report, fixes [#110](https://github.com/e2e-test-quest/uuv/issues/110) ([3c4a3cd](https://github.com/e2e-test-quest/uuv/commit/3c4a3cd192b90242dd07bbdc4bb3ece780ee0c40)) --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86685f6fe..079d26ca0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32186,7 +32186,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.3", + "@uuv/runner-commons": "1.4.0", "axe-core": "4.7.0", "chalk": "4.1.2", "cucumber-json-report-formatter": "0.1.4", @@ -32220,13 +32220,13 @@ }, "packages/runner-playwright": { "name": "@uuv/playwright", - "version": "1.3.3", + "version": "1.4.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@cucumber/cucumber": "9.1.2", "@playwright/test": "1.33.0", - "@uuv/runner-commons": "1.3.3", + "@uuv/runner-commons": "1.4.0", "axe-core": "4.7.0", "axe-playwright": "1.2.3", "chalk": "4.1.2", @@ -37526,7 +37526,7 @@ "@testing-library/cypress": "9.0.0", "@types/minimist": "1.2.2", "@types/node": "18.15.11", - "@uuv/runner-commons": "1.3.3", + "@uuv/runner-commons": "1.4.0", "axe-core": "4.7.0", "chalk": "4.1.2", "cross-env": "7.0.3", @@ -37559,7 +37559,7 @@ "@playwright/test": "1.33.0", "@types/minimist": "1.2.2", "@types/node": "18.15.11", - "@uuv/runner-commons": "1.3.3", + "@uuv/runner-commons": "1.4.0", "axe-core": "4.7.0", "axe-playwright": "1.2.3", "chalk": "4.1.2",