A very simple javascript testing framework.
You can use this framework to run automated JavaScript unit tests.
-
Create testing files (organised by test subject) and link to them in the TestRunner.html file. We advise that you locate these files in the 'tests' directory. There is a sample file to help you do this.
-
Link to your source files in the TestRunner.html file by adding the following into the head tag:
<script src="[file path here]">. -
Run the TestRunner.html file in the browser and open up the browser console to view the results of your test.
[section under construction]