Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shopware-ag/acceptance-test-suite

Package Overview
Dependencies
Maintainers
0
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopware-ag/acceptance-test-suite - npm Package Compare versions

Comparing version 3.8.4 to 3.9.0

4

dist/index.d.ts
import * as axe_core from 'axe-core';
import * as _playwright_test from '@playwright/test';
import { APIRequestContext, APIResponse, Page, Locator } from '@playwright/test';
import { APIRequestContext, APIResponse, Page, BrowserContext, Locator } from '@playwright/test';
export * from '@playwright/test';

@@ -138,2 +138,4 @@ import * as playwright_core from 'playwright-core';

StorefrontPage: Page;
page: Page;
context: BrowserContext;
}

@@ -140,0 +142,0 @@

{
"name": "@shopware-ag/acceptance-test-suite",
"version": "3.8.4",
"version": "3.9.0",
"description": "Shopware Acceptance Test Suite",

@@ -5,0 +5,0 @@ "author": "shopware AG",

@@ -76,2 +76,4 @@ [![NPM Version](https://img.shields.io/npm/v/%40shopware-ag%2Facceptance-test-suite)](https://www.npmjs.com/package/@shopware-ag/acceptance-test-suite)

Make sure to set `"type": "module",` in your `package.json`.
```TypeScript

@@ -78,0 +80,0 @@ // BaseTestFile.ts

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