java - how to run playframework FunctionalTest through Eclipse? -
and second question:
is possible run them in bunch through eclipse?
functionaltest , unittest extend basetest, annotated playjunit4testrunner, should find can run tests other test (i.e. run > junit test). you'll see play environment being initialised on console before tests run.
one problem i've found running whole package of play tests in eclipse buggy, tend run 1 @ time in eclipse , use play's own testrunner verify whole suite.
Comments
Post a Comment