component-driven / cypress-axe

Test accessibility with axe-core in Cypress
MIT License
622 stars 86 forks source link

Export the Options interface #85

Closed cshouts-tasc closed 3 years ago

cshouts-tasc commented 3 years ago

Export the Options interface so developers can define a constant of type Options.

i.e.


const A11Y_OPTIONS: Options = {
    runOnly: {
      type: 'tags',
      values: ['wcag2a', 'wcag2aa'],
    },
  };```
github-actions[bot] commented 3 years ago

:tada: This PR is included in version 0.12.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: