You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From to time there are suites that contain a lot of urls and generate a lot of accessibility issues. The problem is when there are a lot of issues that breaks the same rule. Going from url to url and collect them manually can be a real pain.
To make this more efficient we will need:
a feature that will collect such issues in a form of formatted data,
issues should be collected in a dedicated report in txt and xls formatted files,
the format should allow to paste errors into JIRA tasks,
the format should allow to filter errors according to their type.
Tech notes:
implement/migrate the report generator into the core, align all interactions with DB with the project's way of doing things
add appropriate OSGi service for requesting report generation
service should be provided with information as to what report to generate (based on correlation ID, report type, report verbosity level...)
add REST endpoint for generating and downloading the report
add REST endpoint for querying for report availability on given suite (checking if the suite has accessibility at all)
The text was updated successfully, but these errors were encountered:
Documentation should be adjusted:
documentation/src/main/wiki/AccessibilityIssuesReport.md
In section 'Downloading the report' in URL, 'type' should be replaced by 'verbosity'
From to time there are suites that contain a lot of urls and generate a lot of accessibility issues. The problem is when there are a lot of issues that breaks the same rule. Going from url to url and collect them manually can be a real pain.
To make this more efficient we will need:
Tech notes:
The text was updated successfully, but these errors were encountered: