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 2.7.0 to 2.8.0

23

dist/index.d.ts

@@ -1148,5 +1148,24 @@ import * as axe_core from 'axe-core';

interface FixtureTypes extends ApiContextTypes, PageContextTypes, ActorFixtureTypes, TestDataFixtureTypes, HelperFixtureTypes, DefaultSalesChannelTypes, StorefrontPageTypes, AdministrationPageTypes, DataFixtureTypes {
/**
* Service to interact with feature flags
*/
declare class FeatureService {
private readonly apiContext;
private features;
private resetFeatures;
constructor(apiContext: AdminApiContext);
enable(name: string | string[]): Promise<void>;
disable(name: string | string[]): Promise<void>;
isEnabled(name: string): Promise<boolean>;
private loadFeatures;
cleanup(): Promise<void>;
}
interface FeatureFixtureTypes {
FeatureService: FeatureService;
}
interface FixtureTypes extends ApiContextTypes, PageContextTypes, ActorFixtureTypes, TestDataFixtureTypes, HelperFixtureTypes, FeatureFixtureTypes, DefaultSalesChannelTypes, StorefrontPageTypes, AdministrationPageTypes, DataFixtureTypes {
}
type Language = components['schemas']['Language'] & {

@@ -1193,2 +1212,4 @@ id: string;

} & {
ExpectNotification: Task;
} & {
Login: Task;

@@ -1195,0 +1216,0 @@ } & {

2

package.json
{
"name": "@shopware-ag/acceptance-test-suite",
"version": "2.7.0",
"version": "2.8.0",
"description": "Shopware Acceptance Test Suite",

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

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