UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

20 lines (19 loc) 594 B
<!DOCTYPE html> <html> <head> <script src="/node_modules/sinon/dist/sinon.js"></script> <script src="/node_modules/jquery/dist/jquery.js"></script> <script src="/node_modules/card/lib/js/card.js"></script> <script src="/node_modules/card/lib/js/jquery.card.js"></script> </head> <body> <div id="type"> <div id="card-container"></div> <form> <p>Number <input type="text" name="number"></p> <p>Name <input type="text" name="name"/></p> <p>Exp <input type="text" name="expiry"/></p> <p>CVC <input type="text" name="cvc"/></p> </form> </div> </body>