@uuv/playwright 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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ yarn add -D @uuv/playwright
|
|
|
90
90
|
## Usage
|
|
91
91
|
|
|
92
92
|
### Scenarios example
|
|
93
|
-
You can find test examples here : [google.feature](https://github.com/e2e-test-quest/uuv/example/google.fr.feature)
|
|
93
|
+
You can find test examples here : [google.feature](https://github.com/e2e-test-quest/uuv/blob/main/example/google.fr.feature)
|
|
94
94
|
|
|
95
95
|
### Write test
|
|
96
96
|
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/playwright",
|
|
3
|
-
"version": "1.4.
|
|
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 playwright.",
|