@qavajs/soft-assertion

0.0.1 • Public • Published

@qavajs/soft-assertion

Module that enables soft assertions in qavajs framework

Installation

npm install @qavajs/soft-assertion

Usage

Add module to requireModule and set activation tag (default is @softAssert). Soft assertion change behavior of Cucumber and Then steps will not cause test case failure.

module.exports = {
    default: {
        requireModule: [
            '@qavajs/soft-assertion'
        ],
        softAssertTag: '@yourTag' 
    }
}

Readme

Keywords

Package Sidebar

Install

npm i @qavajs/soft-assertion

Weekly Downloads

55

Version

0.0.1

License

MIT

Unpacked Size

12.5 kB

Total Files

13

Last publish

Collaborators

  • alexandr_legchilov
  • kirill_bogdanets
  • alexgalichenko