UNPKG

@opstarts/chimp

Version:

Develop acceptance tests & end-to-end tests with realtime feedback.

14 lines (12 loc) 261 B
<!doctype html> <html> <head> </head> <body> <textarea id="input" cols="30" rows="10">Feature: Hello</textarea> <br> <pre id="output"></pre> <script src="../dist/gherkin.js"></script> <script src="demo.js"></script> </body> </html>