0.1.0 • Published 7 months ago

@qavajs/steps-accessibility-ea v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@qavajs/steps-accessibility

Steps to perform accessibility checks using accessibility-checker library. Library can work on top of playwright and webdriverio drivers

Installation

npm install @qavajs/steps-accessibility-ea

Configuration

module.exports = {
    default: {
        require: [
            'node_modules/@qavajs/steps-wdio/index.js', //corresponding driver library should be imported first
            'node_modules/@qavajs/steps-accessibility-ea/index.js'
        ],
        format: [
            '@qavajs/html-formatter:report.html'
        ],
    }
}

Usage

Lib provides I perform accessibility check step that creates axe instance, performs checks and attach html report in base 64 format

Feature: Accessibility

  Scenario: perform accessibility check
    When I open 'https://qavajs.github.io/' url
    And I perform accessibility check
0.1.0

7 months ago

0.0.1

8 months ago