Socket
Socket
Sign inDemoInstall

jest-allure2-adapter

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-allure2-adapter - npm Package Compare versions

Comparing version 0.2.22 to 0.2.23

2

package.json
{
"name": "jest-allure2-adapter",
"version": "0.2.22",
"version": "0.2.23",
"description": "Allure 2 Adapter for jest",

@@ -5,0 +5,0 @@ "main": "./dist/index",

@@ -166,2 +166,3 @@ # Jest-Allure-2 reporting plugin

suiteDone() {
// some actions here on suite end
this.allure.endGroup();

@@ -176,2 +177,3 @@ }

specDone(spec: jasmine_.CustomReporterResult) {
// some actions here on spec end
this.allure.endTest(spec);

@@ -233,6 +235,6 @@ }

```typescript
import 'jest-allure2-adapter/dist/setup';
import 'jest-allure2-adapter/dist/setup-default';
```
In case if you have jest version > 24 just add `jest-allure/dist/setup` to `setupFilesAfterEnv` section of your config.
In case if you have jest version > 24 just add `jest-allure/dist/setup-default` to `setupFilesAfterEnv` section of your config.

@@ -239,0 +241,0 @@ ## Contributors

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