JsUnit provides an ant - script target of "standalone_test". This target uses the property URL to identify the HTML site that runs the tests. This site has been verified, so everyone should be able to perform these tests after verification. This works, but url-proprty should be set to an absolute path, for example file:///home/user/projects/my-project/path/in/project/jsunit/testRunner.html . This avoids automatic start, each also sets a command with a path built on its field. Is it possible to pass a relative path / url so that these tests can be automated? It would be useful to install these tests in our continuous integration system.
source share