dbalatero / cypress-plugin-stripe-elements

A small Cypress plugin that assists you in filling in Stripe Elements inputs
MIT License
37 stars 5 forks source link

Question: "Officialness" #3

Open kylemh opened 3 years ago

kylemh commented 3 years ago

Hey David! I see that you're an engineer at Stripe, but have published this under your own handle. Was wondering if there was anything stopping this from being embedded under Stripe's org. Any assumptions unsafe to make about this library besides what the license says?

dbalatero commented 3 years ago

Hey @kylemh, I made this library because I saw a testing gap and it was simple. I can check in with our open source team and see what the story is though!

dbalatero commented 3 years ago

Any assumptions unsafe to make about this library besides what the license says?

I consider the library stable and complete, barring any breaking API changes from Cypress! You're welcome to just lift the source into a helper file in your repo if you don't feel like depending on the package, it's very few LOC:

https://github.com/dbalatero/cypress-plugin-stripe-elements/blob/master/src/index.ts

kylemh commented 3 years ago

Thanks a ton 🙏🏽

madmacc commented 1 year ago

Would be amazing to get this supported by Stripe officially. Struggling to test Stripe Elements with Cypress.