component-driven / cypress-axe

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

Add typescript installations instructions to README.md #43

Closed cjoecker closed 4 years ago

cjoecker commented 4 years ago

It's always nice to know what is necessary to make it work with typescript

michaeljaltamirano commented 4 years ago

@cjoecker I did not know that there were @types for this until checking this PR--thank you!

It looks like the axe-core DefinitelyTyped types are old stub definitions, as axe-core now supplies types.

(I also think the Cypress TypeScript docs are a for how to include those files, so I wonder if this README should be more ambivalent for how to include the types. All I had to do for my setup was install @types/cypress-axe.)

github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 0.11.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: