-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Expected behavior
XML Reporting plugin should be used in projects after completing the installation instructions & configuration instructions.
Actual behavior
The XML plugin is not invoked unless you also add the xml-plugin to the projects manifest.json file. Given a lot of users will be in a similiar situation as I am, where the manifest was generated automatically in the Getting Started instructions, they may be unaware of that additional step.
For the record, a valid manifest.json would invoke this plugin would look like this:
{
"Language": "go",
"Plugins": [
"html-report", "xml-report"
]
}
This plugin is very useful for CI and is likely going to be one of the first any user installs.
I don't think the html plugin has any instructions like this, but I also believe that it is included by default. So although this issue applies to that plugin as well, it is less concerning.
Gauge version
Applies to version 1.0.8 and 1.1.6, but I suspect would apply to any version of Gauge.
If you agree this is an issue, I will be happy to create a pull request describing what users would need to do.