You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide example spec for testing Stripe's checkout.js whilst also communicating with the Stripe API.
Include:
VCR to mock Stripe API calls direct from app
Puffing Billy to mock Stripe JavaScript in browser
js: true feature spec or choose puffing billy driver
Demonstrate within_frame ... for Stripe iframe
Work around buggy behaviour of stripe input fields with Capybara's fill_in. See fill_in_with_force/fill_in_stripe_field below and http://stackoverflow.com/a/26211723/67834
The text was updated successfully, but these errors were encountered:
eliotsykes
changed the title
Example of puffing-billy + VCR usage in same feature spec (Stripe checkout.js?)
Example of puffing-billy + VCR concurrent usage in same feature spec (Stripe checkout.js?)
Nov 28, 2015
Provide example spec for testing Stripe's checkout.js whilst also communicating with the Stripe API.
Include:
js: true
feature spec or choose puffing billy driverwithin_frame ...
for Stripe iframefill_in
. Seefill_in_with_force
/fill_in_stripe_field
below and http://stackoverflow.com/a/26211723/67834The text was updated successfully, but these errors were encountered: