FINRAOS / MSL

MSL (pronounced 'Missile') stands for Mock Service Layer. Our tools enable quick local deployment of your UI code on Node and mocking of your service layer for fast, targeted testing.
http://finraos.github.io/MSL/
Apache License 2.0
32 stars 24 forks source link

Update tests to run from a Gradle script #39

Open bryantrobbins opened 10 years ago

bryantrobbins commented 10 years ago

Gradle is a build tool (like Ant, Maven) written in Groovy. It has a plugin for node (https://github.com/srs/gradle-node-plugin) and may be able to run Karma tests as well (http://stackoverflow.com/questions/22336537/how-to-run-js-karma-tests-from-gradle). Of course, it supports JUnit tests and the Maven project structure out of the box as well.

Since we have such a mix of languages, maybe we could look into a language-neutral build/test/deploy approach down the road.