Files
kotlin-fork/libraries/tools/kotlin-js-tests-junit
Pavel V. Talanov 59f192ef90 Replace 'class object' with 'default object' in renderers and test data
Includes changes to decompiled text
Old syntax is used in builtins and project code for now
2015-03-06 19:36:54 +03:00
..

Kotlin Standard Library JS Tests JUnit Runner

This module runs the QUnit JavaScript tests for the Kotlin Standard library inside JUnit using Selenium WebDriver to run the QUnit code inside any of the drivers available.

This means we can run the tests automatically in any CI server like TeamCity, Jenkins, Hudson and use any WebDriver provider; such as for FireFox / Chrome / IE etc.

By default we use the HtmlUnitDriver so it runs using an in memory HTML / JavaScript engine.