/GoodbyeJsUnit

A script that takes a JsUnit test and attempts to upgrade it to a JsTestDriver test.

Primary LanguageJavaScript

Goodbye JsUnit, Hello JsTestDriver

Given a JsUnit test file, this will create a JsTestDriver test with the same tests.

Warning

Hacky regex's abound and this will only work for tests that match a very specific format. Hopefull this will change soon.