Socket
Socket
Sign inDemoInstall

@atomic-testing/core

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomic-testing/core - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

1

dist/ComponentDriver.d.ts

@@ -14,4 +14,5 @@ import { IComponentDriver, IComponentDriverOption, IInteractor, LocatorChain, Optional, PartName, ScenePart, ScenePartDriver, StepFunction } from './types';

getText(): Promise<Optional<string>>;
exists(): Promise<boolean>;
abstract get driverName(): string;
}
export declare function getPartFromDefinition<T extends ScenePart>(partDefinition: T, parentLocator: LocatorChain, interactor: IInteractor, option: Partial<IComponentDriverOption<T>>): ScenePartDriver<T>;

@@ -67,2 +67,5 @@ "use strict";

}
exists() {
return this.interactor.exists(this.locator);
}
}

@@ -69,0 +72,0 @@ exports.ComponentDriver = ComponentDriver;

2

package.json
{
"name": "@atomic-testing/core",
"version": "0.5.0",
"version": "0.6.0",
"description": "",

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

@@ -77,2 +77,6 @@ import { defaultStep } from './defaultValues';

exists(): Promise<boolean> {
return this.interactor.exists(this.locator);
}
abstract get driverName(): string;

@@ -79,0 +83,0 @@ }

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