Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests to run from a Gradle script #39

Open
bryantrobbins opened this issue Oct 15, 2014 · 0 comments
Open

Update tests to run from a Gradle script #39

bryantrobbins opened this issue Oct 15, 2014 · 0 comments

Comments

@bryantrobbins
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant