jupyter / accessibility

A repository for ongoing work around making Jupyter's software accessible and inclusive
https://jupyter-accessibility.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
64 stars 33 forks source link

Remove Playwright-Axe testing code #104

Closed gabalafou closed 2 years ago

gabalafou commented 2 years ago

This PR in conjunction with PR https://github.com/Quansight-Labs/jupyter-a11y-testing/pull/1 closes issue https://github.com/Quansight-Labs/jupyter-a11y-mgmt/issues/144.

The goal of this pull request is to remove all of the automated testing code that @tonyfast, @trallard and I (@gabalafou) added in over the past few months.

We are moving that work into its own repo, as part of the larger task of restructuring this repo.

This pull request, which removes the code from this repo, should be the opposite Quansight-Labs/jupyter-a11y-testing#1, which adds the code.

This pull request is essentially the result of undoing two earlier pull requests: