@serenity-js/protractor 3.31.12 → 3.31.13

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +3 -3
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.31.13](https://github.com/serenity-js/serenity-js/compare/v3.31.12...v3.31.13) (2025-03-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency axios to v1.8.4 ([3f94d9a](https://github.com/serenity-js/serenity-js/commit/3f94d9a30305dabdd855f549a4518784b8377e0f))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.31.12](https://github.com/serenity-js/serenity-js/compare/v3.31.11...v3.31.12) (2025-03-12)
7
18
 
8
19
 
package/README.md CHANGED
@@ -10,9 +10,9 @@ of complex software systems faster, more collaborative and easier to scale.
10
10
 
11
11
  ⭐️ Get started with Serenity/JS!
12
12
  - [Serenity/JS web testing tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario)
13
- - [Serenity/JS Handbook](https://serenity-js.org/handbook) and [Getting Started guides](https://serenity-js.org/handbook/getting-started/)
13
+ - [Serenity/JS Handbook](https://serenity-js.org/handbook)
14
14
  - [API documentation](https://serenity-js.org/api/)
15
- - [Serenity/JS Project Templates](https://serenity-js.org/handbook/getting-started/project-templates/)
15
+ - [Serenity/JS Project Templates](https://serenity-js.org/handbook/project-templates/)
16
16
 
17
17
  👋 Join the Serenity/JS Community!
18
18
  - Meet other Serenity/JS developers and maintainers on the [Serenity/JS Community chat channel](https://matrix.to/#/#serenity-js:gitter.im),
@@ -36,7 +36,7 @@ To install this module, run:
36
36
  npm install --save-dev @serenity-js/core @serenity-js/protractor
37
37
  ```
38
38
 
39
- To learn more about Serenity/JS and how to use it on your project, follow the [Serenity/JS Getting Started guide for Protractor](https://serenity-js.org/handbook/getting-started/serenity-js-with-protractor/).
39
+ To learn more about Serenity/JS and how to use it on your project, follow the [Serenity/JS Getting Started guide for Protractor](https://serenity-js.org/handbook/test-runners/protractor/).
40
40
 
41
41
  #### Usage with Cucumber.js
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/protractor",
3
- "version": "3.31.12",
3
+ "version": "3.31.13",
4
4
  "description": "Adapter that integrates @serenity-js/web with Protractor, enabling Serenity/JS reporting and using the Screenplay Pattern to write end-to-end test scenarios",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -58,9 +58,9 @@
58
58
  "node": "^18.12 || ^20 || ^22"
59
59
  },
60
60
  "dependencies": {
61
- "@serenity-js/core": "3.31.12",
62
- "@serenity-js/rest": "3.31.12",
63
- "@serenity-js/web": "3.31.12",
61
+ "@serenity-js/core": "3.31.13",
62
+ "@serenity-js/rest": "3.31.13",
63
+ "@serenity-js/web": "3.31.13",
64
64
  "deepmerge": "4.3.1",
65
65
  "query-selector-shadow-dom": "1.0.1",
66
66
  "tiny-types": "1.23.0"
@@ -85,17 +85,17 @@
85
85
  },
86
86
  "devDependencies": {
87
87
  "@integration/testing-tools": "3.0.0",
88
- "@serenity-js/assertions": "3.31.12",
89
- "@serenity-js/cucumber": "3.31.12",
90
- "@serenity-js/jasmine": "3.31.12",
91
- "@serenity-js/local-server": "3.31.12",
92
- "@serenity-js/mocha": "3.31.12",
88
+ "@serenity-js/assertions": "3.31.13",
89
+ "@serenity-js/cucumber": "3.31.13",
90
+ "@serenity-js/jasmine": "3.31.13",
91
+ "@serenity-js/local-server": "3.31.13",
92
+ "@serenity-js/mocha": "3.31.13",
93
93
  "@serenity-js/web": "workspace:*",
94
94
  "@types/chai": "4.3.20",
95
95
  "@types/express": "4.17.21",
96
96
  "@types/html-minifier": "4.0.5",
97
97
  "@types/mocha": "10.0.10",
98
- "axios": "1.8.2",
98
+ "axios": "1.8.4",
99
99
  "body-parser": "1.20.3",
100
100
  "c8": "10.1.3",
101
101
  "cross-env": "7.0.3",
@@ -104,9 +104,9 @@
104
104
  "mocha": "11.1.0",
105
105
  "mocha-multi": "1.1.7",
106
106
  "protractor": "7.0.0",
107
- "start-server-and-test": "2.0.10",
107
+ "start-server-and-test": "2.0.11",
108
108
  "ts-node": "10.9.2",
109
109
  "typescript": "5.8.2"
110
110
  },
111
- "gitHead": "196bdd12efc4a03dcb03755faa551989e6e39bfe"
111
+ "gitHead": "4f4a4d87b439afb43d81cd5a38ffaca43cec420d"
112
112
  }