Skip to content

jamesstonehill/test-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-simple

A very simple javascript testing framework.

What to use this framework for

You can use this framework to run automated JavaScript unit tests.

How to use this framework

  1. 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.

  2. Link to your source files in the TestRunner.html file by adding the following into the head tag: <script src="[file path here]">.

  3. Run the TestRunner.html file in the browser and open up the browser console to view the results of your test.

Syntax

[section under construction]

About

A very simple javascript testing framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors