Skip to content

Xray-App/tutorial-js-axe-playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tutorial-js-axe-playwright

build workflow license Gitter chat

Overview

Code that supports the tutorial Accessibility testing using Axe-Playwright showcasing how to perform accessibility validations using Axe-Playwright and how to integrate with Xray Test Management on Jira using JUnit XML reports.

The test automation code implements validations using Axe-Playwright.

Prerequisites

In order to run this tutorial you need to have Nodejs, install the playwright-test runner and Axe-Playwright.

npm i -D axe-playwright
npx playwright install
npm i -D @playwright/test

Running

Tests can be executed locally with the following command

npx playwright test

Submitting results to Jira

Results can be submitted to Jira so that they can be shared with the team and their impacts be easily analysed. This can be achieved using Xray Test Management as shown in further detail in this tutorial.

Contact

Any questions related with this code, please raise issues in this GitHub project. Feel free to contribute and submit PR's. For Xray specific questions, please contact Xray's support team.

References

LICENSE

BSD 3-Clause

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published