v0.0.4
a super simple test runner (in-browser)
Repository
Current version released
3 years ago
simplertest
A super simple test-runner for in-browser personal projects. Primarily for my own usage so I don’t have to keep shunting this file around.
usage
- Import from jsDelivr, or pull down from github/npm (whatever floats your boat) and into the html with the javascript you want to test.
- Look at
test.html
for an example of how to run it - Run a server in the root of your directory (i.e.
static-server
) - Navigate to the html page in your browser (i.e.
localhost:9080/test.html
) - Open the developer console, and behold your tests in all their glory ✨