Skip to content

utilities Results / AxeResults QOL update to include runOnly object after deserialisation  #290

@Zidious

Description

@Zidious

To better match axe-core's end results we should add (as a QOL feature) when a user does the following:

AxeBuilder axeBuilder = new AxeBuilder(); 
axeBuilder.withRules("label"); 
// ... 

In the end results object does not tell the user within toolOptions if runOnly was set and with what rules (example above).

We should map runOnly within toolOptions , within ToolOptions.java class

Mapping should be similar:
image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions