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

UI: Add linting to check for acceptance accessibility audits #8570

Merged
merged 2 commits into from
Jul 30, 2020

Conversation

backspace
Copy link
Contributor

This makes use of the PR I recently had merged to eslint-plugin-ember-a11y-testing to add linting that ensures an accessibility audit is called at least once per acceptance test file. When I have added linting for component tests, it can apply there too.

I added exclusions for the filesystem browser tests, which are covered by behaviors/fs and for the search test which will involve significant overrides to Ember Power Select default templates.

This has exclusions for the filesystem browser tests. Linting
will fail because the search test doesn’t have an audit.
I thought I could address this but it seems like it’ll entail
overriding more Ember Power Select templates, so I’ll come
back to it separately.
Copy link
Contributor

@DingoEatingFuzz DingoEatingFuzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Ember Asset Size action

As of b5d4e3e

Files that stayed the same size 🤷‍:

File raw gzip
nomad-ui.js 0 B 0 B
vendor.js 0 B 0 B
nomad-ui.css 0 B 0 B
vendor.css 0 B 0 B

@github-actions
Copy link

Ember Test Audit comparison

master b5d4e3e change
passes 1362 1362 0
failures 0 0 0
flaky 0 0 0
duration 7m 09s 286ms 7m 16s 671ms +07s 385ms

@backspace backspace merged commit 4c80837 into master Jul 30, 2020
@backspace backspace deleted the f-ui/accessibility-audit-linting branch July 30, 2020 17:40
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants