add a junit and selenium based test case of the JS compiled version of the kotlin standard ilbrary test cases

This commit is contained in:
James Strachan
2012-06-15 21:09:56 +01:00
parent 508759ca8b
commit 965c433421
7 changed files with 244 additions and 0 deletions
@@ -0,0 +1,7 @@
## Kotlin Standard Library JS Tests
This module generates the JavaScript code for a number of JUnit test cases from the stdlib module.
The tests can then be ran inside any browser by opening the **src/test/web/index.html* file in this directory to run the test cases using [Qunit](http://qunitjs.com/)
To run the tests in JUnit as part of the maven build, see the **../kotlin-js-tests-runner* module