@uuv/cypress 1.4.1 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.4.3](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.4.2...runner-cypress-v1.4.3) (2023-05-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **runner-playwright:** regenerate package-lock.json to fix lint, [#109](https://github.com/e2e-test-quest/uuv/issues/109) ([70044df](https://github.com/e2e-test-quest/uuv/commit/70044dfd9efb2c6776a85cadd18966610d2d61f2))
|
|
7
|
+
|
|
8
|
+
## [1.4.2](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.4.1...runner-cypress-v1.4.2) (2023-05-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* fix example url in readme, [#100](https://github.com/e2e-test-quest/uuv/issues/100) ([c0609dc](https://github.com/e2e-test-quest/uuv/commit/c0609dc6eee36e842e3dc74095a338d48b5248cc))
|
|
14
|
+
|
|
1
15
|
## [1.4.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.4.0...runner-cypress-v1.4.1) (2023-05-19)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -98,7 +98,7 @@ yarn add -D @uuv/cypress
|
|
|
98
98
|
|
|
99
99
|
## Usage
|
|
100
100
|
### Scenarios example
|
|
101
|
-
You can find test examples here : [
|
|
101
|
+
You can find test examples here : [weather-app.feature](https://github.com/e2e-test-quest/uuv/blob/main/example/weather-app.feature)
|
|
102
102
|
|
|
103
103
|
### Write test
|
|
104
104
|
To write your first test, create the file `uuv/e2e/first-test.feature` in the project root with the following content :
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/cypress",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
|
|
6
6
|
"description": "A solution to run E2E tests written in cucumber(BDD) with cypress.",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@badeball/cypress-cucumber-preprocessor": "16.0.3",
|
|
47
47
|
"@cypress/webpack-preprocessor": "5.17.0",
|
|
48
48
|
"@testing-library/cypress": "9.0.0",
|
|
49
|
-
"@uuv/runner-commons": "1.4.
|
|
49
|
+
"@uuv/runner-commons": "1.4.2",
|
|
50
50
|
"axe-core": "4.7.0",
|
|
51
51
|
"chalk": "4.1.2",
|
|
52
52
|
"cucumber-json-report-formatter": "0.1.4",
|