is there way load javascript files jars when running tests js-test-driver? i'd find solution works both command line , eclipse.
the reason want solve i'm trying gradle build , store artifacts on repository. artifacts (jars) contain java javascript files, , when running javascript unit tests js-test-driver, have dependencies javascript files inside jars.
one solution unpack jars , run js-test-driver normally. there better solution without unpacking?
Comments
Post a Comment