Functional Test Development
Dependency :
compile ":functional-test-development:0.9.4"
Summary
Provides a script to make developing functional tests quicker
Description
The plugin installs a script, develop-functional-tests, that you can use to develop your functional tests more conveniently. It manages the process of starting your application in a test environment, then repeatedly prompting you for which tests to run against it. This means that you can make changes to your tests, and re-run them without having to wait for your application to start each time.More information can be found on the project's GitHub page.