Last updated by alex012 2 years ago
grails install-plugin webtest-coverage
Last updated by alex012 2 years ago

The webtest plugin is required to generate a coverage report, so please install this first.
Description
This plugin creates a coverage report depending on the existing views in the project in relation to all url calls executed by all webtest classes. Click on the screenshot tab to view some report samples.
Installation
To install the latest version of the plugin from the repository, just type
grails install-plugin webtest-coverage
After that, you can run the webtest coverage to analyze your existing tests.
grails run-webtest-coverage
Compatibility
The plugin should be compatible to any version of the webtest plugin and it should also work with all grails versions since 1.0.4.
Last updated by admin 2 years ago
Last updated by alex012 2 years ago
Report without any tests

Report with some webtest calls