cypresshelpers
v1.0.6
Published
cypress helpers for testing
Readme
cypresshelpers
Install
npm install --save-dev cypresshelpers
Usage
In *.spec.js:
import * as cyhelpers from 'cypresshelpers'
In *.spec.ts:
import * as cyhelpers from 'cypresshelpers/index'
cyhelpers.click('#button-element')
