1.1.6 • Published 3 years ago

qa-communtests v1.1.6

Weekly downloads
5
License
ISC
Repository
gitlab
Last release
3 years ago

HubsideQA - Common UI steps

The "qa-commun-steps" is a nodejs library based on cucumber-processor and cypress which offers generic steps for QA tests

Installation

Install the plugin by running:

npm install qa-commun-steps

Following configuration is required in cypress/plugins/index.js

const communSteps = require('qa-commun-steps'); module.exports = (on, config) => { communSteps(on, config); }