Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/a11y testing #6398

Conversation

PaulWheatcroft
Copy link
Contributor

Description of change

Document what the PR does and why the change is needed

Test instructions

What should I see?

Screenshots

Before

Add a screenshot

After

Add a screenshot

Checklist

  • Has the branch been rebased to main?
  • Automated tests (Any of the following when applicable: Unit, Functional or End-to-End)
  • Manual compatibility testing (Browsers: Chrome, Firefox, Edge, Safari)

PaulWheatcroft and others added 30 commits January 12, 2023 12:06
Co-Authored-By: Onyela Ogah <[email protected]>
Co-Authored-By: Onyela Ogah <[email protected]>
Co-Authored-By: Onyela Ogah <[email protected]>
@PaulWheatcroft PaulWheatcroft changed the base branch from main to feature/a11y-integration January 3, 2024 14:23
@PaulWheatcroft PaulWheatcroft marked this pull request as ready for review January 3, 2024 14:24
@PaulWheatcroft PaulWheatcroft requested a review from a team as a code owner January 3, 2024 14:24
@PaulWheatcroft PaulWheatcroft merged commit 4d818f0 into uktrade:feature/a11y-integration Jan 3, 2024
3 checks passed
PaulWheatcroft added a commit that referenced this pull request Jan 9, 2024
* Configured Cypress A11y testing to run in the browser from the command

Co-Authored-By: Onyela Ogah <[email protected]>

* Configured Cypress A11y testing to iterate through multiple routes in one file

Co-Authored-By: Onyela Ogah <[email protected]>

* Removed ARIA failing test for DropdownMenuGroup button

Co-Authored-By: Onyela Ogah <[email protected]>

* Added the ability to iterate to the next level of urls

Co-Authored-By: Onyela Ogah <[email protected]>

* Added support for multiple url variable identifiers

Co-Authored-By: Onyela Ogah <[email protected]>

* Sanitised A11y test variable names to make sense

Co-Authored-By: Onyela Ogah <[email protected]>

* Additional renaming it variables in A11y testing

Co-Authored-By: Onyela Ogah <[email protected]>

* Amended array creation to remove data endpoints

Co-Authored-By: Onyela Ogah <[email protected]>

* Added url exclusion mechanism for tests that fail for pages that can't be found

Co-Authored-By: Onyela Ogah <[email protected]>

* Added all mount points to A11y tests

Co-Authored-By: Onyela Ogah <[email protected]>

* Reworded variables to be be more logical

Co-Authored-By: Onyela Ogah <[email protected]>

* Documented how to use the accessibility tests

Co-Authored-By: Onyela Ogah <[email protected]>

* refactoring and decoupling the A11y implementation to increase maintainability

Co-Authored-By: Onyela Ogah <[email protected]>

* Added interaction spec

Co-Authored-By: Onyela Ogah <[email protected]>

* Sanitising URL exclusions

Co-Authored-By: Onyela Ogah <[email protected]>

* Updated documentation

Co-Authored-By: Onyela Ogah <[email protected]>

* Added interactions to A11y testing spec

Co-Authored-By: Onyela Ogah <[email protected]>

* Configured Cypress A11y testing to run in the browser from the command

Co-Authored-By: Onyela Ogah <[email protected]>

* Configured Cypress A11y testing to iterate through multiple routes in one file

Co-Authored-By: Onyela Ogah <[email protected]>

* Removed ARIA failing test for DropdownMenuGroup button

Co-Authored-By: Onyela Ogah <[email protected]>

* Added the ability to iterate to the next level of urls

Co-Authored-By: Onyela Ogah <[email protected]>

* Added support for multiple url variable identifiers

Co-Authored-By: Onyela Ogah <[email protected]>

* Sanitised A11y test variable names to make sense

Co-Authored-By: Onyela Ogah <[email protected]>

* Additional renaming it variables in A11y testing

Co-Authored-By: Onyela Ogah <[email protected]>

* Amended array creation to remove data endpoints

Co-Authored-By: Onyela Ogah <[email protected]>

* Added url exclusion mechanism for tests that fail for pages that can't be found

Co-Authored-By: Onyela Ogah <[email protected]>

* Added all mount points to A11y tests

Co-Authored-By: Onyela Ogah <[email protected]>

* Reworded variables to be be more logical

Co-Authored-By: Onyela Ogah <[email protected]>

* Documented how to use the accessibility tests

Co-Authored-By: Onyela Ogah <[email protected]>

* refactoring and decoupling the A11y implementation to increase maintainability

Co-Authored-By: Onyela Ogah <[email protected]>

* Added interaction spec

Co-Authored-By: Onyela Ogah <[email protected]>

* Sanitising URL exclusions

Co-Authored-By: Onyela Ogah <[email protected]>

* Updated documentation

Co-Authored-By: Onyela Ogah <[email protected]>

* Added interactions to A11y testing spec

Co-Authored-By: Onyela Ogah <[email protected]>

---------

Co-authored-by: Onyela Ogah <[email protected]>
PaulWheatcroft added a commit that referenced this pull request Jan 11, 2024
* Feature/a11y testing (#6398)

* Configured Cypress A11y testing to run in the browser from the command

Co-Authored-By: Onyela Ogah <[email protected]>

* Configured Cypress A11y testing to iterate through multiple routes in one file

Co-Authored-By: Onyela Ogah <[email protected]>

* Removed ARIA failing test for DropdownMenuGroup button

Co-Authored-By: Onyela Ogah <[email protected]>

* Added the ability to iterate to the next level of urls

Co-Authored-By: Onyela Ogah <[email protected]>

* Added support for multiple url variable identifiers

Co-Authored-By: Onyela Ogah <[email protected]>

* Sanitised A11y test variable names to make sense

Co-Authored-By: Onyela Ogah <[email protected]>

* Additional renaming it variables in A11y testing

Co-Authored-By: Onyela Ogah <[email protected]>

* Amended array creation to remove data endpoints

Co-Authored-By: Onyela Ogah <[email protected]>

* Added url exclusion mechanism for tests that fail for pages that can't be found

Co-Authored-By: Onyela Ogah <[email protected]>

* Added all mount points to A11y tests

Co-Authored-By: Onyela Ogah <[email protected]>

* Reworded variables to be be more logical

Co-Authored-By: Onyela Ogah <[email protected]>

* Documented how to use the accessibility tests

Co-Authored-By: Onyela Ogah <[email protected]>

* refactoring and decoupling the A11y implementation to increase maintainability

Co-Authored-By: Onyela Ogah <[email protected]>

* Added interaction spec

Co-Authored-By: Onyela Ogah <[email protected]>

* Sanitising URL exclusions

Co-Authored-By: Onyela Ogah <[email protected]>

* Updated documentation

Co-Authored-By: Onyela Ogah <[email protected]>

* Added interactions to A11y testing spec

Co-Authored-By: Onyela Ogah <[email protected]>

* Configured Cypress A11y testing to run in the browser from the command

Co-Authored-By: Onyela Ogah <[email protected]>

* Configured Cypress A11y testing to iterate through multiple routes in one file

Co-Authored-By: Onyela Ogah <[email protected]>

* Removed ARIA failing test for DropdownMenuGroup button

Co-Authored-By: Onyela Ogah <[email protected]>

* Added the ability to iterate to the next level of urls

Co-Authored-By: Onyela Ogah <[email protected]>

* Added support for multiple url variable identifiers

Co-Authored-By: Onyela Ogah <[email protected]>

* Sanitised A11y test variable names to make sense

Co-Authored-By: Onyela Ogah <[email protected]>

* Additional renaming it variables in A11y testing

Co-Authored-By: Onyela Ogah <[email protected]>

* Amended array creation to remove data endpoints

Co-Authored-By: Onyela Ogah <[email protected]>

* Added url exclusion mechanism for tests that fail for pages that can't be found

Co-Authored-By: Onyela Ogah <[email protected]>

* Added all mount points to A11y tests

Co-Authored-By: Onyela Ogah <[email protected]>

* Reworded variables to be be more logical

Co-Authored-By: Onyela Ogah <[email protected]>

* Documented how to use the accessibility tests

Co-Authored-By: Onyela Ogah <[email protected]>

* refactoring and decoupling the A11y implementation to increase maintainability

Co-Authored-By: Onyela Ogah <[email protected]>

* Added interaction spec

Co-Authored-By: Onyela Ogah <[email protected]>

* Sanitising URL exclusions

Co-Authored-By: Onyela Ogah <[email protected]>

* Updated documentation

Co-Authored-By: Onyela Ogah <[email protected]>

* Added interactions to A11y testing spec

Co-Authored-By: Onyela Ogah <[email protected]>

---------

Co-authored-by: Onyela Ogah <[email protected]>

* A11y tested integrated across the site

* Refactored cursive urls and added aditional A11y issues to exclusions

* Refactored cleanse function

* App file structure changed

* Removed pop in favour of !array.some method

* Additional exclusion

* Update readme.md

* Linked docs/running tests to readme in a11y/config folder

* Update readme.md

* Update urlTestExclusions.js

---------

Co-authored-by: Paul Wheatcroft <[email protected]>
Co-authored-by: Onyela Ogah <[email protected]>
Co-authored-by: Paul Wheatcroft <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant