This package has been deprecated

Author message:

outdated version, please use @next

wdio-applitools-service

0.2.2 • Public • Published

NOTE: This project is currently a Work in Progress. The README file is entirely fictional right now. ¯_(ツ)_/¯

wdio-applitools-service

This service sets up applitools.eyes with WebdriverIO

Installation

npm install --save wdio-applitools-service

Configuration

Replace MY_API_KEY with the API key of your account (you can find it in your signup Email).

// wdio.conf.js
export.config = {
  applitools: {
    apiKey: "MY_API_KEY",
    matchTimeout: 2000,
    matchLevel: "Strict",
    forceFullPageScreenshotfalse,
    hideScrollbarstrue,
    useHttpProxy
  },
  // ...
  services: ['applitools'],
  // ...
};

browser.checkWindow(windowName, matchTimeout); browser.checkElement(selector, matchTimeout, "tag"); browser.checkRegion(selector, "window_name", matchTimeout); browser.checkFrame(selector, matchTimeout, "tag"); browser.checkRegionInFrame(selector, matchTimeout, "tag", isScrollable);

eyes.setMatchLevel("Level"); eyes.setSaveNewTests(true/false);

Package Sidebar

Install

npm i wdio-applitools-service

Weekly Downloads

1

Version

0.2.2

License

ISC

Unpacked Size

17.5 kB

Total Files

9

Last publish

Collaborators

  • christian-bromann
  • klamping