2.2.4 • Published 5 months ago

wdio-syngrisi-cucumber-service v2.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

WDIO Syngrisi Cucumber Service

The service helps integrate WebdriverIO test framework and Syngrisi visual testing tool.

Installation

npm i wdio-syngrisi-cucumber-service

Configuration

In order to use the service with WebdriverIO test runner add these settings to services array:

// wdio.conf.js
export.config = {
    // ...
    services: [
        ['syngrisi-cucumber',
            {
                // syngrisi server endpoint
                endpoint: `http://localhost:3000/`,
                // syngrisi API key
                apikey: process.env['SYNGRISI_API_KEY'] || '',
                // project name
                project: 'My Project',
                // the tested branch
                branch: 'master',
                // run name (will be auto generated if not present)
                runname: process.env['RUN_NAME'],
                // run name (will be auto generated if not present)
                runident: process.env['RUN_IDENT'],
                // tag for visual regression scenarios
                // for all scenarios with this tag the service will create session on syngrisi
                // if tag is empty the visual session will be created for all scenarios
                // tag: '@visual',
                // the scenarios with `excludeTag` tag will be skipped 
                // excludeTag: '@novisual'
            }
        ],
    ],
    // ...
};

Usage

After all the preparations, you can use the browser.syngrisiCheck(checkName, imageBuffer) method in which:

  • checkName - the name of the check in Syngrisi
  • imageBuffer - the screenshot image buffer
2.2.3

5 months ago

2.2.4

5 months ago

2.1.33-alpha.0

6 months ago

2.1.21-alpha.0

6 months ago

2.1.20-alpha.0

7 months ago

2.1.36-alpha.0

6 months ago

2.2.0

5 months ago

2.2.2

5 months ago

2.0.4

7 months ago

2.0.1

7 months ago

2.1.25-alpha.0

6 months ago

2.1.39-alpha.0

6 months ago

2.1.41-alpha.0

6 months ago

2.1.22-alpha.0

6 months ago

2.1.23-alpha.0

6 months ago

2.1.24-alpha.0

6 months ago

2.1.40-alpha.0

6 months ago

2.1.0-alpha.0

7 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.11

2 years ago

1.0.21

2 years ago

1.0.10

2 years ago

1.0.20

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago