Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 644 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 644 Bytes

stripe-exercise

Step 1

Clone the repo into your local dev environment and get the app running

npm install
npm run build
npm run dev
open http://127.0.0.1:5173/

Step 2

Add a CreditCardForm component to the app that has the following elements:

credit-card-form

Note: It doesn't have to be styled pretty!

Step 3

Add support for the Cypress integration test framework to the project.

Step 4

Add an end-to-end integration test that fills out and submits the form.