New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

allure-playwright

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allure-playwright - npm Package Compare versions

Comparing version 2.8.1 to 2.9.0

2

dist/index.d.ts
import { FullConfig } from "@playwright/test";
import { Reporter, Suite, TestCase, TestResult, TestStep } from "@playwright/test/reporter";
import { Category } from "allure-js-commons";
export declare type AllureReporterOptions = {
export type AllureReporterOptions = {
detail?: boolean;

@@ -6,0 +6,0 @@ outputFolder?: string;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

@@ -1,8 +0,1 @@

export interface TestPlanFile {
version: string;
tests: {
id: number;
selector: string;
}[];
}
export declare const testPlanFilter: () => RegExp[] | undefined;
{
"name": "allure-playwright",
"version": "2.8.1",
"version": "2.9.0",
"description": "Allure Playwright integration",

@@ -34,8 +34,18 @@ "license": "Apache-2.0",

"@playwright/test": "^1.34.1",
"@types/eslint": "^8",
"@types/node": "^20.6.3",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.6.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"properties": "^1.2.1",
"rimraf": "^3.0.2",
"typescript": "^4.4.2"
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
},
"dependencies": {
"allure-js-commons": "2.8.1"
"allure-js-commons": "2.9.0"
},

@@ -42,0 +52,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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