eddyerburgh / jest-serializer-vue

Jest Serializer for Vue components
MIT License
62 stars 22 forks source link

Automatically remove data-test attributes from snapshots #16

Closed TheJaredWilcurt closed 4 years ago

TheJaredWilcurt commented 5 years ago

This PR is part of a proposal for an official way of targeting elements for testing. It probably should not be merged if we are not officially recommending data-test as the official way of targeting elements.

TheJaredWilcurt commented 4 years ago

Got tired of waiting and made my own fork.

eddyerburgh commented 4 years ago

Thanks for this, and sorry for the long delay. I think it's a good idea to strip data-test attributes since they are a common convention.