@serenity-js/jasmine 3.1.6 → 3.2.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
@@ -3,6 +3,22 @@
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.2.0](https://github.com/serenity-js/serenity-js/compare/v3.1.6...v3.2.0) (2023-05-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** use "types" instead of "typings" in package.json files ([b83d922](https://github.com/serenity-js/serenity-js/commit/b83d922076242c6cd5d6f2da055a05aa5e77f11b)), closes [#1682](https://github.com/serenity-js/serenity-js/issues/1682)
12
+
13
+
14
+ ### Features
15
+
16
+ * **core:** introduced support for Node.js 20, dropped support for Node.js 14 ([491fef8](https://github.com/serenity-js/serenity-js/commit/491fef8df672a2b40d247887b3da409dccbd26fd)), closes [#1678](https://github.com/serenity-js/serenity-js/issues/1678)
17
+
18
+
19
+
20
+
21
+
6
22
  ## [3.1.6](https://github.com/serenity-js/serenity-js/compare/v3.1.5...v3.1.6) (2023-04-18)
7
23
 
8
24
 
package/README.md CHANGED
@@ -5,16 +5,23 @@
5
5
  [![Join Serenity/JS Community Chat](https://img.shields.io/badge/Chat-Serenity%2FJS%20Community-FBD30B?logo=matrix)](https://matrix.to/#/#serenity-js:gitter.im)
6
6
  [![Support Serenity/JS on GitHub](https://img.shields.io/badge/Support-@serenity--js-703EC8?logo=github)](https://github.com/sponsors/serenity-js)
7
7
 
8
- [Serenity/JS](https://serenity-js.org) is an innovative framework designed to make acceptance and regression testing
8
+ [Serenity/JS](https://serenity-js.org) is an innovative open-source framework designed to make acceptance and regression testing
9
9
  of complex software systems faster, more collaborative and easier to scale.
10
10
 
11
- To get started, check out the comprehensive [Serenity/JS Handbook](https://serenity-js.org/handbook), [API documentation](https://serenity-js.org/api/core), and [Serenity/JS project templates on GitHub](https://serenity-js.org/handbook/getting-started#serenityjs-project-templates).
11
+ ⭐️ Get started with Serenity/JS!
12
+ - [Serenity/JS Handbook](https://serenity-js.org/handbook) and [tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario),
13
+ - [API documentation](https://serenity-js.org/api/core),
14
+ - [Serenity/JS project templates on GitHub](https://serenity-js.org/handbook/getting-started#serenityjs-project-templates).
12
15
 
13
- If you have any questions or just want to say hello, join the [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im).
16
+ 👋 Join the Serenity/JS Community!
17
+ - Meet other Serenity/JS developers and maintainers on the [Serenity/JS Community chat channel](https://matrix.to/#/#serenity-js:gitter.im),
18
+ - Find answers to your Serenity/JS questions on the [Serenity/JS Forum](https://github.com/orgs/serenity-js/discussions/categories/how-do-i),
19
+ - Learn how to [contribute to Serenity/JS](https://serenity-js.org/contributing),
20
+ - Support the project and gain access to [Serenity/JS Playbooks](https://github.com/serenity-js/playbooks) by becoming a [Serenity/JS GitHub Sponsor](https://github.com/sponsors/serenity-js)!
14
21
 
15
22
  ## Serenity/JS Jasmine
16
23
 
17
- [`@serenity-js/jasmine`](https://serenity-js.org/modules/jasmine) contains a [Jasmine reporter](https://jasmine.github.io/api/edge/Reporter.html)
24
+ [`@serenity-js/jasmine`](https://serenity-js.org/api/jasmine) contains a [Jasmine reporter](https://jasmine.github.io/api/edge/Reporter.html)
18
25
  you register with [Jasmine test runner](https://jasmine.github.io/)
19
26
  to enable integration between Jasmine and Serenity/JS.
20
27
 
@@ -25,7 +32,7 @@ To install this module, run the following command in your computer terminal:
25
32
  npm install --save-dev @serenity-js/{core,jasmine}
26
33
  ```
27
34
 
28
- Learn more about [integrating Serenity/JS with Jasmine](https://serenity-js.org/handbook/integration/serenityjs-and-jasmine.html)
35
+ Learn more about [integrating Serenity/JS with Jasmine](https://serenity-js.org/handbook/test-runners/jasmine/)
29
36
 
30
37
  ### Command line usage
31
38
 
@@ -40,3 +47,21 @@ import serenityReporterForJasmine = require('@serenity-js/jasmine');
40
47
 
41
48
  jasmine.getEnv().addReporter(serenityReporterForJasmine);
42
49
  ```
50
+
51
+ ## 📣 Stay up to date
52
+
53
+ New features, tutorials, and demos are coming soon!
54
+ Follow [Serenity/JS on LinkedIn](https://www.linkedin.com/company/serenity-js),
55
+ subscribe to [Serenity/JS channel on YouTube](https://www.youtube.com/@serenity-js) and join the [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im) to stay up to date!
56
+ Please also make sure to star ⭐️ [Serenity/JS on GitHub](https://github.com/serenity-js/serenity-js) to help others discover the framework!
57
+
58
+ [![Follow Serenity/JS on LinkedIn](https://img.shields.io/badge/Follow-Serenity%2FJS%20-0077B5?logo=linkedin)](https://www.linkedin.com/company/serenity-js)
59
+ [![Watch Serenity/JS on YouTube](https://img.shields.io/badge/Watch-@serenity--js-E62117?logo=youtube)](https://www.youtube.com/@serenity-js)
60
+ [![Join Serenity/JS Community Chat](https://img.shields.io/badge/Chat-Serenity%2FJS%20Community-FBD30B?logo=matrix)](https://matrix.to/#/#serenity-js:gitter.im)
61
+ [![GitHub stars](https://img.shields.io/github/stars/serenity-js/serenity-js?label=Serenity%2FJS&logo=github&style=badge)](https://github.com/serenity-js/serenity-js)
62
+
63
+ ## 💛 Support Serenity/JS
64
+
65
+ If you appreciate all the effort that goes into making sophisticated tools easy to work with, please support our work and become a Serenity/JS GitHub Sponsor today!
66
+
67
+ [![GitHub Sponsors](https://img.shields.io/badge/Support%20@serenity%2FJS-703EC8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/serenity-js)
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/jasmine/index.ts"],"names":[],"mappings":"AACA,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/jasmine/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
@@ -14,7 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- /* istanbul ignore file */
18
17
  __exportStar(require("./Expectation"), exports);
19
18
  __exportStar(require("./JasmineDoneInfo"), exports);
20
19
  __exportStar(require("./JasmineReporter"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/jasmine/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0BAA0B;AAC1B,gDAA8B;AAC9B,oDAAkC;AAClC,oDAAkC;AAClC,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,gDAA8B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/jasmine/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,oDAAkC;AAClC,oDAAkC;AAClC,uDAAqC;AACrC,0CAAwB;AACxB,+CAA6B;AAC7B,gDAA8B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/jasmine",
3
- "version": "3.1.6",
3
+ "version": "3.2.0",
4
4
  "description": "Serenity/JS adapter for the Jasmine test runner",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -16,7 +16,7 @@
16
16
  "access": "public"
17
17
  },
18
18
  "main": "lib/index.js",
19
- "typings": "lib/index.d.ts",
19
+ "types": "./lib/index.d.ts",
20
20
  "keywords": [
21
21
  "serenity-js",
22
22
  "jasmine",
@@ -27,7 +27,8 @@
27
27
  ],
28
28
  "scripts": {
29
29
  "clean": "rimraf target",
30
- "test": "nyc mocha --config ../../.mocharc.yml 'spec/**/*.spec.*'",
30
+ "test": "c8 npm run test:no-coverage",
31
+ "test:no-coverage": "mocha --config ../../.mocharc.yml 'spec/**/*.spec.*'",
31
32
  "compile": "rimraf lib && tsc --project tsconfig.build.json"
32
33
  },
33
34
  "repository": {
@@ -39,11 +40,10 @@
39
40
  "url": "https://github.com/serenity-js/serenity-js/issues"
40
41
  },
41
42
  "engines": {
42
- "node": "^14 || ^16 || ^18",
43
- "npm": "^6 || ^7 || ^8 || ^9"
43
+ "node": "^16.13 || ^18.12 || ^20"
44
44
  },
45
45
  "dependencies": {
46
- "@serenity-js/core": "3.1.6"
46
+ "@serenity-js/core": "3.2.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "jasmine": "^3.99.0"
@@ -52,12 +52,12 @@
52
52
  "@integration/testing-tools": "3.0.0",
53
53
  "@types/chai": "^4.3.4",
54
54
  "@types/mocha": "^10.0.1",
55
+ "c8": "7.13.0",
55
56
  "jasmine": "^3.99.0",
56
57
  "mocha": "^10.2.0",
57
58
  "mocha-multi": "^1.1.7",
58
- "nyc": "15.1.0",
59
59
  "ts-node": "^10.9.1",
60
60
  "typescript": "^5.0.4"
61
61
  },
62
- "gitHead": "825ecf4f0dd507e78da8b0634f659ecd3ddfb976"
62
+ "gitHead": "e69cea764f50991c3ad742f28926b4345b3e2422"
63
63
  }
@@ -1,4 +1,3 @@
1
- /* istanbul ignore file */
2
1
  export * from './Expectation';
3
2
  export * from './JasmineDoneInfo';
4
3
  export * from './JasmineReporter';