Unit testing javascript with Gradle? -
i'm new unit testing. have had success compiling , zipping js, compiling less , creating basic tasks copy files. right now, though, i'm trying sample unit test simple javascript function. have qunit test working in browser, i'm having trouble putting pieces together. other tools or plugins need? next steps? should build.gradle like?
this quite broad question. biggest issue?
i'm going go ahead , assume getting browser start on ci server , getting results.
for there number of options, found searching continuous intergration, javascript , unit test.
i found running javascript unit tests headlessly in continuous integration build here on stackoverflow. question has answer should able adapt use gradle.
Comments
Post a Comment