UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

14 lines (13 loc) 294 B
<!DOCTYPE html> <html> <head> <title>XHR Fixture</title> <script type="text/javascript" src="/node_modules/jquery/dist/jquery.js"></script> </head> <body> xhr fixture <div id="ajax-get-container"> <button id="get-json">get ajax</button> </div> </body> </html>