@uuv/cypress 1.4.3 → 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 CHANGED
@@ -1,3 +1,30 @@
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
+
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)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **assistant:** moving test app in component ([5bdc75b](https://github.com/e2e-test-quest/uuv/commit/5bdc75b9ae4aec75f7a944513af0d57a4107cefd))
21
+
22
+
23
+ ### Features
24
+
25
+ * **assistant:** setting up electron, fixes [#132](https://github.com/e2e-test-quest/uuv/issues/132) ([6d6e99c](https://github.com/e2e-test-quest/uuv/commit/6d6e99cbbdb498e1d5f24a0386e52ae38fa1b161))
26
+ * setup assistant-electron package, [#132](https://github.com/e2e-test-quest/uuv/issues/132) ([76d69c2](https://github.com/e2e-test-quest/uuv/commit/76d69c2b5d311b40cb42c9511d224d7911133e10))
27
+
1
28
  ## [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
29
 
3
30
 
package/CONTRIBUTING.md CHANGED
@@ -33,14 +33,14 @@ $ git commit -s -m 'This is the commit message'
33
33
 
34
34
  ## Reporting an issue
35
35
 
36
- This project uses GitLab issues to manage the issues.
36
+ This project uses Github issues to manage the issues.
37
37
 
38
38
  Before creating an issue:
39
39
 
40
40
  1. upgrade your project to the latest released template version, and check whether your bug is still present,
41
41
  2. have a look in the opened issues if your problem is already known/tracked, and possibly contribute to the thread with your own information.
42
42
 
43
- If none of the above was met, open an issue directly in GitLab, select the appropriate issue template and fill-in each section when applicable.
43
+ If none of the above was met, open an issue directly in Github, select the appropriate issue template and fill-in each section when applicable.
44
44
 
45
45
  ## Submitting a code change
46
46
 
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
- - A wizard that facilitates the writing of tests by suggesting the most accessible sentences
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.4.3",
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.",
@@ -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.2",
49
+ "@uuv/runner-commons": "1.5.0",
50
50
  "axe-core": "4.7.0",
51
51
  "chalk": "4.1.2",
52
52
  "cucumber-json-report-formatter": "0.1.4",