{"id":19845344,"url":"https://github.com/qavajs/steps-accessibility","last_synced_at":"2025-05-01T21:30:33.086Z","repository":{"id":65150672,"uuid":"582231398","full_name":"qavajs/steps-accessibility","owner":"qavajs","description":"Steps to perform accessibility checks using axe library.","archived":false,"fork":false,"pushed_at":"2024-10-29T11:45:30.000Z","size":706,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-29T13:28:39.309Z","etag":null,"topics":["qa","test-automation","testing"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qavajs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-26T06:49:02.000Z","updated_at":"2024-10-29T11:44:48.000Z","dependencies_parsed_at":"2023-12-18T15:45:00.776Z","dependency_job_id":"aa47389c-522a-4db9-ae26-3f4a54ef47d6","html_url":"https://github.com/qavajs/steps-accessibility","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qavajs%2Fsteps-accessibility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qavajs%2Fsteps-accessibility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qavajs%2Fsteps-accessibility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qavajs%2Fsteps-accessibility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qavajs","download_url":"https://codeload.github.com/qavajs/steps-accessibility/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224278484,"owners_count":17285080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["qa","test-automation","testing"],"created_at":"2024-11-12T13:07:17.010Z","updated_at":"2025-05-01T21:30:33.080Z","avatar_url":"https://github.com/qavajs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @qavajs/steps-accessibility\nSteps to perform accessibility checks using axe library.\nLibrary can work on top of playwright and webdriverio drivers\n\n## Installation\n`npm install @qavajs/steps-accessibility`\n\n## Configuration\n```javascript\nmodule.exports = {\n    default: {\n        require: [\n            'node_modules/@qavajs/steps-wdio/index.js', //corresponding driver library should be imported first\n            'node_modules/@qavajs/steps-accessibility/index.js'\n        ],\n        format: [\n            '@qavajs/html-formatter:report.html'\n        ],\n    }\n}\n```\n\n## Usage\nLib provides `I perform accessibility check` step that creates axe instance, performs checks and attach html report in base 64 format\n\n```gherkin\nFeature: Accessibility\n\n  Scenario: perform accessibility check\n    When I open 'https://qavajs.github.io/' url\n    And I perform accessibility check\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqavajs%2Fsteps-accessibility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqavajs%2Fsteps-accessibility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqavajs%2Fsteps-accessibility/lists"}