cucmber-communs
v1.1.1
Published
common package for UI cucumber step
Downloads
1
Readme
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); }