@uuv/cypress 1.3.0 → 1.3.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,22 @@
1
+ ## [1.3.2](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.3.1...runner-cypress-v1.3.2) (2023-05-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-cypress:** add lint script [#8](https://github.com/e2e-test-quest/uuv/issues/8) ([78c43d1](https://github.com/e2e-test-quest/uuv/commit/78c43d1406709953086793298132f8fb85e68ba8))
7
+ * **runner-cypress:** modify doc for npmjs [#94](https://github.com/e2e-test-quest/uuv/issues/94) ([b7ba332](https://github.com/e2e-test-quest/uuv/commit/b7ba332900081318984e495d563c1477ffacd801))
8
+ * **runner-playwright:** update @cucumber/cucumber dep version, [#93](https://github.com/e2e-test-quest/uuv/issues/93) ([a891a70](https://github.com/e2e-test-quest/uuv/commit/a891a70daad1cb5d7d34f25097a31d89f92b92c6))
9
+
10
+ ## [1.3.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.3.0...runner-cypress-v1.3.1) (2023-05-09)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **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))
16
+ * **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))
17
+ * **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))
18
+ * **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))
19
+ * **runner-cypress:** move webpack dep from devDeps to deps ([2e96fa7](https://github.com/e2e-test-quest/uuv/commit/2e96fa77d8b9845d6df899603dee087aad13e8ef))
1
20
 
2
21
  # Change Log
3
22
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -1,10 +1,8 @@
1
-
2
-
3
1
  # @uuv/runner-cypress
4
2
  <p align="center">
5
3
  <a href="https://e2e-test-quest.github.io/uuv/">
6
4
  <picture>
7
- <img alt="UUV Logo" src="../docs/static/img/uuv.png">
5
+ <img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
8
6
  </picture>
9
7
  </a>
10
8
  </p>
@@ -40,17 +38,17 @@ Make test writing fast, understandable by any human understanding English or Fre
40
38
  Demo in english
41
39
  </h4>
42
40
  <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%">
41
+ <img alt="runner-cypress in english" src="https://e2e-test-quest.github.io/uuv/img/cypress/screenshot.png" style="max-width: 100%;" width="75%" height="75%">
44
42
  </a>
45
43
  <h4>
46
44
  Demo in french
47
45
  </h4>
48
46
  <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%">
47
+ <img alt="runner-cypress in french" src="https://e2e-test-quest.github.io/uuv/img/cypress/screenshot.png" style="max-width: 100%;" width="75%" height="75%">
50
48
  </a>
51
49
  </div>
52
50
 
53
- ## What is UUV cypress?
51
+ ## What is @uuv/cypress ?
54
52
 
55
53
  <p align="center">
56
54
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [1.3.2](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.3.1...runner-cypress-v1.3.2) (2023-05-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-cypress:** add lint script [#8](https://github.com/e2e-test-quest/uuv/issues/8) ([78c43d1](https://github.com/e2e-test-quest/uuv/commit/78c43d1406709953086793298132f8fb85e68ba8))
7
+ * **runner-cypress:** modify doc for npmjs [#94](https://github.com/e2e-test-quest/uuv/issues/94) ([b7ba332](https://github.com/e2e-test-quest/uuv/commit/b7ba332900081318984e495d563c1477ffacd801))
8
+ * **runner-playwright:** update @cucumber/cucumber dep version, [#93](https://github.com/e2e-test-quest/uuv/issues/93) ([a891a70](https://github.com/e2e-test-quest/uuv/commit/a891a70daad1cb5d7d34f25097a31d89f92b92c6))
9
+
10
+ ## [1.3.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v1.3.0...runner-cypress-v1.3.1) (2023-05-09)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **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))
16
+ * **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))
17
+ * **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))
18
+ * **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))
19
+ * **runner-cypress:** move webpack dep from devDeps to deps ([2e96fa7](https://github.com/e2e-test-quest/uuv/commit/2e96fa77d8b9845d6df899603dee087aad13e8ef))
1
20
 
2
21
  # Change Log
3
22
  All notable changes to this project will be documented in this file.
package/dist/README.md CHANGED
@@ -1,10 +1,8 @@
1
-
2
-
3
1
  # @uuv/runner-cypress
4
2
  <p align="center">
5
3
  <a href="https://e2e-test-quest.github.io/uuv/">
6
4
  <picture>
7
- <img alt="UUV Logo" src="../docs/static/img/uuv.png">
5
+ <img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
8
6
  </picture>
9
7
  </a>
10
8
  </p>
@@ -40,17 +38,17 @@ Make test writing fast, understandable by any human understanding English or Fre
40
38
  Demo in english
41
39
  </h4>
42
40
  <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%">
41
+ <img alt="runner-cypress in english" src="https://e2e-test-quest.github.io/uuv/img/cypress/screenshot.png" style="max-width: 100%;" width="75%" height="75%">
44
42
  </a>
45
43
  <h4>
46
44
  Demo in french
47
45
  </h4>
48
46
  <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%">
47
+ <img alt="runner-cypress in french" src="https://e2e-test-quest.github.io/uuv/img/cypress/screenshot.png" style="max-width: 100%;" width="75%" height="75%">
50
48
  </a>
51
49
  </div>
52
50
 
53
- ## What is UUV cypress?
51
+ ## What is @uuv/cypress ?
54
52
 
55
53
  <p align="center">
56
54
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
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"
@@ -35,13 +35,14 @@
35
35
  "postinstall": "node postinstall.js",
36
36
  "test:run": "node test.js --run",
37
37
  "test:open": "node test.js --open",
38
- "test": "npm run test:run"
38
+ "test": "npm run test:run",
39
+ "lint": "eslint -c .eslintrc.json"
39
40
  },
40
41
  "dependencies": {
41
42
  "@badeball/cypress-cucumber-preprocessor": "16.0.3",
42
43
  "@cypress/webpack-preprocessor": "5.17.0",
43
44
  "@testing-library/cypress": "9.0.0",
44
- "@uuv/runner-commons": "1.3.0",
45
+ "@uuv/runner-commons": "1.3.2",
45
46
  "axe-core": "4.7.0",
46
47
  "chalk": "4.1.2",
47
48
  "cucumber-json-report-formatter": "0.1.4",
@@ -52,7 +53,8 @@
52
53
  "minimist": "1.2.8",
53
54
  "multiple-cucumber-html-reporter": "3.3.0",
54
55
  "ts-node": "10.9.1",
55
- "typescript": "4.9.5"
56
+ "typescript": "4.9.5",
57
+ "webpack": "5.81.0"
56
58
  },
57
59
  "types": "./dist/index.d.ts",
58
60
  "main": "./dist/index.js",
@@ -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
  }