@shopware-ag/acceptance-test-suite
Advanced tools
Comparing version 3.8.4 to 3.9.0
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
287776
5673
409