Structure of the Distribution
Inside the directory named "jsunit" are the following files and directories:
- testRunner.html is an HTML page that launches the JsUnit Test Runner
- build.xml is an Ant build script for building and running the JsUnit Server and its components
- jsunit.properties.sample is a properties file for the JsUnit Server - to use it, rename it to jsunit.properties (DEPRECATED in favor of build.xml)
- app is a directory containing most of the JsUnit application code (HTML/.js files)
- css is a directory containing a style sheet for the JsUnit app
- images is a directory containing images for the JsUnit app
- intellij is a directory containing the IntelliJ project and module files (for developers of JsUnit)
- java is a directory containing the Java source and JARs for running the JsUnit Server and its components
- licenses is a directory containing license files for JsUnit and its third-party components (see index.html)
- logs is a directory containing the logs from the JsUnit Server
- tests is a directory containing the JsUnit self-tests