@uuv/cypress 1.3.0 → 1.3.1

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,13 @@
1
+ ## [1.3.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.3.0...runner-cypress-v1.3.1) (2023-05-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-commons:** fix npm documentation, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([ba7394c](https://github.com/e2e-test-quest/uuv/commit/ba7394cd755e350fd5a5964aed26435e5979e77d))
7
+ * **runner-commons:** modify keyword for npmjs, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([392c4d0](https://github.com/e2e-test-quest/uuv/commit/392c4d0337179dae2c2a96c26dc2cc32e0ad87b3))
8
+ * **runner-cypress:** fix npm documentation, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([1ccef97](https://github.com/e2e-test-quest/uuv/commit/1ccef97182614635050defdccbe8838df2603247))
9
+ * **runner-cypress:** modify keyword for npmjs, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([080f82d](https://github.com/e2e-test-quest/uuv/commit/080f82d92c376b0d30ee2fb3473a07d5fc1f0d73))
10
+ * **runner-cypress:** move webpack dep from devDeps to deps ([2e96fa7](https://github.com/e2e-test-quest/uuv/commit/2e96fa77d8b9845d6df899603dee087aad13e8ef))
1
11
 
2
12
  # Change Log
3
13
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  <p align="center">
5
5
  <a href="https://e2e-test-quest.github.io/uuv/">
6
6
  <picture>
7
- <img alt="UUV Logo" src="../docs/static/img/uuv.png">
7
+ <img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
8
8
  </picture>
9
9
  </a>
10
10
  </p>
@@ -40,17 +40,17 @@ Make test writing fast, understandable by any human understanding English or Fre
40
40
  Demo in english
41
41
  </h4>
42
42
  <a href="https://player.vimeo.com/video/822253247?texttrack=en&h=617306172d&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" rel="nofollow">
43
- <img alt="runner-cypress in english" src="./src/assets/thumb.PNG" style="max-width: 100%;" width="75%" height="75%">
43
+ <img alt="runner-cypress in english" src="docs/assets/thumb.PNG" style="max-width: 100%;" width="75%" height="75%">
44
44
  </a>
45
45
  <h4>
46
46
  Demo in french
47
47
  </h4>
48
48
  <a href="https://player.vimeo.com/video/822253247?texttrack=fr&h=617306172d&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" rel="nofollow">
49
- <img alt="runner-cypress in french" src="./src/assets/thumb.PNG" style="max-width: 100%;" width="75%" height="75%">
49
+ <img alt="runner-cypress in french" src="docs/assets/thumb.PNG" style="max-width: 100%;" width="75%" height="75%">
50
50
  </a>
51
51
  </div>
52
52
 
53
- ## What is UUV cypress?
53
+ ## What is @uuv/cypress ?
54
54
 
55
55
  <p align="center">
56
56
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [1.3.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.3.0...runner-cypress-v1.3.1) (2023-05-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-commons:** fix npm documentation, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([ba7394c](https://github.com/e2e-test-quest/uuv/commit/ba7394cd755e350fd5a5964aed26435e5979e77d))
7
+ * **runner-commons:** modify keyword for npmjs, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([392c4d0](https://github.com/e2e-test-quest/uuv/commit/392c4d0337179dae2c2a96c26dc2cc32e0ad87b3))
8
+ * **runner-cypress:** fix npm documentation, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([1ccef97](https://github.com/e2e-test-quest/uuv/commit/1ccef97182614635050defdccbe8838df2603247))
9
+ * **runner-cypress:** modify keyword for npmjs, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([080f82d](https://github.com/e2e-test-quest/uuv/commit/080f82d92c376b0d30ee2fb3473a07d5fc1f0d73))
10
+ * **runner-cypress:** move webpack dep from devDeps to deps ([2e96fa7](https://github.com/e2e-test-quest/uuv/commit/2e96fa77d8b9845d6df899603dee087aad13e8ef))
1
11
 
2
12
  # Change Log
3
13
  All notable changes to this project will be documented in this file.
package/dist/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  <p align="center">
5
5
  <a href="https://e2e-test-quest.github.io/uuv/">
6
6
  <picture>
7
- <img alt="UUV Logo" src="../docs/static/img/uuv.png">
7
+ <img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
8
8
  </picture>
9
9
  </a>
10
10
  </p>
@@ -40,17 +40,17 @@ Make test writing fast, understandable by any human understanding English or Fre
40
40
  Demo in english
41
41
  </h4>
42
42
  <a href="https://player.vimeo.com/video/822253247?texttrack=en&h=617306172d&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" rel="nofollow">
43
- <img alt="runner-cypress in english" src="./src/assets/thumb.PNG" style="max-width: 100%;" width="75%" height="75%">
43
+ <img alt="runner-cypress in english" src="docs/assets/thumb.PNG" style="max-width: 100%;" width="75%" height="75%">
44
44
  </a>
45
45
  <h4>
46
46
  Demo in french
47
47
  </h4>
48
48
  <a href="https://player.vimeo.com/video/822253247?texttrack=fr&h=617306172d&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" rel="nofollow">
49
- <img alt="runner-cypress in french" src="./src/assets/thumb.PNG" style="max-width: 100%;" width="75%" height="75%">
49
+ <img alt="runner-cypress in french" src="docs/assets/thumb.PNG" style="max-width: 100%;" width="75%" height="75%">
50
50
  </a>
51
51
  </div>
52
52
 
53
- ## What is UUV cypress?
53
+ ## What is @uuv/cypress ?
54
54
 
55
55
  <p align="center">
56
56
 
Binary file
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
- "description": "A transpiler from cucumber step definitions to cypress.",
6
+ "description": "A solution to run E2E tests written in cucumber(BDD) with cypress.",
7
7
  "license": "Apache-2.0",
8
8
  "homepage": "https://e2e-test-quest.github.io/uuv/",
9
9
  "repository": {
@@ -23,7 +23,7 @@
23
23
  "cypress",
24
24
  "testing-library",
25
25
  "accessibility",
26
- "accessibilité",
26
+ "accessibilite",
27
27
  "a11y",
28
28
  "cucumber",
29
29
  "gherkin"
@@ -41,7 +41,7 @@
41
41
  "@badeball/cypress-cucumber-preprocessor": "16.0.3",
42
42
  "@cypress/webpack-preprocessor": "5.17.0",
43
43
  "@testing-library/cypress": "9.0.0",
44
- "@uuv/runner-commons": "1.3.0",
44
+ "@uuv/runner-commons": "1.3.1",
45
45
  "axe-core": "4.7.0",
46
46
  "chalk": "4.1.2",
47
47
  "cucumber-json-report-formatter": "0.1.4",
@@ -52,7 +52,8 @@
52
52
  "minimist": "1.2.8",
53
53
  "multiple-cucumber-html-reporter": "3.3.0",
54
54
  "ts-node": "10.9.1",
55
- "typescript": "4.9.5"
55
+ "typescript": "4.9.5",
56
+ "webpack": "5.81.0"
56
57
  },
57
58
  "types": "./dist/index.d.ts",
58
59
  "main": "./dist/index.js",
@@ -66,7 +67,8 @@
66
67
  "postinstall.js",
67
68
  "target-config/**/*",
68
69
  "src/cucumber/step_definitions/cypress/generated/**/*",
69
- "*.md"
70
+ "*.md",
71
+ "docs/**/*"
70
72
  ],
71
73
  "exports": {
72
74
  ".": {
@@ -97,7 +99,6 @@
97
99
  "eslint-plugin-cypress": "2.13.3",
98
100
  "serve-handler": "6.1.5",
99
101
  "ts-loader": "9.4.2",
100
- "tsconfig-paths": "4.2.0",
101
- "webpack": "5.81.0"
102
+ "tsconfig-paths": "4.2.0"
102
103
  }
103
104
  }