minimal example of using [phantomjs] with [qunit]
$ phantomjs run-qunit.js file://`pwd`/test.html
'waitFor()' finished in 200ms.
Tests completed in 21 milliseconds.
5 tests of 5 passed, 0 failed.
| #!/usr/bin/env groovy | |
| import groovy.json.JsonSlurper | |
| /** | |
| * Displays the status of registered Spring Boot URL's. | |
| * To register URL's, create a file called healthcheck.txt in the following format | |
| * | |
| * <name>,<url> | |
| * | |
| * Eg: healthcheck.txt: |