Socket
Socket
Sign inDemoInstall

@serenity-js/serenity-bdd

Package Overview
Dependencies
Maintainers
1
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serenity-js/serenity-bdd - npm Package Compare versions

Comparing version 3.10.1 to 3.10.2

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [3.10.2](https://github.com/serenity-js/serenity-js/compare/v3.10.1...v3.10.2) (2023-09-10)
### Bug Fixes
* **core:** updated installation instruction in the README ([ec3f277](https://github.com/serenity-js/serenity-js/commit/ec3f2778334abbd7324497ceaa2df9f0560a103e)), closes [#1915](https://github.com/serenity-js/serenity-js/issues/1915)
* **deps:** update dependency https-proxy-agent to ^7.0.2 ([dbbd6a9](https://github.com/serenity-js/serenity-js/commit/dbbd6a9fa4f42141fedab889e6dc586e54b7e8b4))
## [3.10.1](https://github.com/serenity-js/serenity-js/compare/v3.10.0...v3.10.1) (2023-09-01)

@@ -8,0 +20,0 @@

14

package.json
{
"name": "@serenity-js/serenity-bdd",
"version": "3.10.1",
"version": "3.10.2",
"description": "Serenity BDD reporter for Serenity/JS",

@@ -48,5 +48,5 @@ "author": {

"dependencies": {
"@serenity-js/assertions": "3.10.1",
"@serenity-js/core": "3.10.1",
"@serenity-js/rest": "3.10.1",
"@serenity-js/assertions": "3.10.2",
"@serenity-js/core": "3.10.2",
"@serenity-js/rest": "3.10.2",
"ansi-regex": "^5.0.1",

@@ -56,3 +56,3 @@ "axios": "^1.5.0",

"find-java-home": "^2.0.0",
"https-proxy-agent": "^7.0.1",
"https-proxy-agent": "^7.0.2",
"progress": "^2.0.3",

@@ -65,3 +65,3 @@ "tiny-types": "^1.20.0",

"@integration/testing-tools": "3.0.0",
"@types/chai": "^4.3.5",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",

@@ -77,3 +77,3 @@ "@types/progress": "^2.0.5",

},
"gitHead": "7ab90f30b17ed745cad713363a27edfd7cdce08a"
"gitHead": "6834827fffe5dd8dd3d2f39d2fea2c4039ab1d3d"
}

@@ -12,5 +12,6 @@ # Serenity/JS

⭐️ Get started with Serenity/JS!
- [Serenity/JS Handbook](https://serenity-js.org/handbook) and [tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario),
- [API documentation](https://serenity-js.org/api/core),
- [Serenity/JS project templates on GitHub](https://serenity-js.org/handbook/getting-started#serenityjs-project-templates).
- [Serenity/JS web testing tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario)
- [Serenity/JS Handbook](https://serenity-js.org/handbook) and [Getting Started guides](https://serenity-js.org/handbook/getting-started/)
- [API documentation](https://serenity-js.org/api/core)
- [Serenity/JS Project Templates on GitHub](https://serenity-js.org/handbook/getting-started#serenityjs-project-templates)

@@ -34,6 +35,8 @@ 👋 Join the Serenity/JS Community!

```console
npm install --save-dev @serenity-js/{core,serenity-bdd}
```sh
npm install --save-dev @serenity-js/core @serenity-js/serenity-bdd
```
To learn more about Serenity/JS and how to use it on your project, follow the [Serenity/JS Getting Started guide](https://serenity-js.org/handbook/getting-started/).
### SerenityBDDReporter

@@ -56,3 +59,3 @@

// playwright.config.ts
import type { PlaywrightTestConfig } from '@serenity-js/playwright-test';
import type { PlaywrightTestConfig } from '@serenity-js/playwright-test'

@@ -71,5 +74,5 @@ const config: PlaywrightTestConfig = {

// For details, see https://playwright.dev/docs/test-configuration
};
}
export default config;
export default config
```

@@ -84,3 +87,3 @@

import { WebdriverIOConfig } from '@serenity-js/webdriverio';
import { WebdriverIOConfig } from '@serenity-js/webdriverio'

@@ -100,3 +103,3 @@ export const config: WebdriverIOConfig = {

// For details, see https://webdriver.io/docs/options
};
}
```

@@ -132,4 +135,4 @@

```typescript
import { ArtifactArchiver, configure } from '@serenity-js/core';
import { SerenityBDDReporter } from '@serenity-js/serenity-bdd';
import { ArtifactArchiver, configure } from '@serenity-js/core'
import { SerenityBDDReporter } from '@serenity-js/serenity-bdd'

@@ -141,3 +144,3 @@ configure({

],
});
})
```

@@ -144,0 +147,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc