1.1.0 • Published 3 years ago

common-cucumber-steps v1.1.0

Weekly downloads
16
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 common-cucumber-steps

Create the following folder structure

project
    |__ cypress
        |__ integration
            |__ features
            |__ common
              |__ uiSteps

Copie step definitions under common directory

cp -r node_modules/common-cucumber-steps/uiCommonsteps cypress/integration/common/uiSteps/