Plant Browser Demo v1.0

Open console tab in DevTools to see test output.

Status
Passed
0
Failed
0
Total
0

This is a single-file demo web application. Its' purpose is to show how to develop fully functional web server with test coverage without Node.js using only browser and code editor.

Usage

  1. Save this page on disk.
  2. Open it in code editor.
  3. Update #Server and #Spec scripts code.
  4. Refresh the page. DevTools console should contain complete output of your test.

Detailed explanation of how it works could be found in repository's Readme .