@uuv/cypress 1.5.0 → 1.6.0
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 +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [1.6.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.5.0...runner-cypress-v1.6.0) (2023-07-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add assistant-desktop to several docs, closes [#144](https://github.com/e2e-test-quest/uuv/issues/144) ([61dd396](https://github.com/e2e-test-quest/uuv/commit/61dd3961fb5b8ca40e72762baf7b326686171788))
|
|
7
|
+
|
|
8
|
+
# [1.6.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.5.0...runner-cypress-v1.6.0) (2023-07-17)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* add assistant-desktop to several docs, closes [#144](https://github.com/e2e-test-quest/uuv/issues/144) ([61dd396](https://github.com/e2e-test-quest/uuv/commit/61dd3961fb5b8ca40e72762baf7b326686171788))
|
|
14
|
+
|
|
1
15
|
# [1.5.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.4.3...runner-cypress-v1.5.0) (2023-07-02)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ Make test writing fast, understandable by any human understanding English or Fre
|
|
|
34
34
|
## Benefits
|
|
35
35
|
- If used correctly, integrates accessibility from the development stage
|
|
36
36
|
- A living documentation is possible because we propose an unified language for developers and non-developers with a rich dictionary of ready-to-use sentences
|
|
37
|
-
-
|
|
37
|
+
- [@uuv/assistant](https://www.npmjs.com/package/@uuv/assistant) that facilitates the writing of tests by suggesting the most accessible sentences
|
|
38
38
|
- Integrates several runtime engines: Cypress / Playwright
|
|
39
39
|
- User-friendly and standardized execution report
|
|
40
40
|
### <u>Comparison</u>
|
|
@@ -111,6 +111,7 @@ To write your first test, create the file `uuv/e2e/first-test.feature` in the pr
|
|
|
111
111
|
```
|
|
112
112
|
|
|
113
113
|
For more details, please go to the documentation:
|
|
114
|
+
|
|
114
115
|
<a href="https://e2e-test-quest.github.io/uuv/docs/test/first-test"><img src="https://img.shields.io/badge/Write%20test%20doc-red?&style=for-the-badge&logo=github&logoColor=white" alt="documentation for write test"/></a>
|
|
115
116
|
|
|
116
117
|
### Run test
|
|
@@ -143,6 +144,7 @@ yarn uuv e2e --browser=edge --env="{'TAGS':'@mobile'}" --generateHtmlReport
|
|
|
143
144
|
```
|
|
144
145
|
|
|
145
146
|
For more details, please go to the documentation:
|
|
147
|
+
|
|
146
148
|
<a href="https://e2e-test-quest.github.io/uuv/docs/test/running-test"><img src="https://img.shields.io/badge/Run%20test%20doc-red?&style=for-the-badge&logo=github&logoColor=white" alt="documentation for run test"/></a>
|
|
147
149
|
|
|
148
150
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/cypress",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
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.",
|