@uuv/cypress 1.4.1 → 1.4.2

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.4.2](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.4.1...runner-cypress-v1.4.2) (2023-05-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 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))
7
+
1
8
  ## [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
9
 
3
10
 
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 : [google.feature](https://github.com/e2e-test-quest/uuv/example/google.fr.feature)
101
+ You can find test examples here : [google.feature](https://github.com/e2e-test-quest/uuv/blob/main/example/google.fr.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.1",
3
+ "version": "1.4.2",
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.",