[TIMOB-12833] CodeProcessor: Refactor plugins to use the standardized format for Studio
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-01T00:59:53.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 05 JS, 2013 Sprint 05 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-02-23T01:23:20.000+0000 |
Updated | 2017-03-16T20:56:10.000+0000 |
Description
Plugins and the code processor must conform to a new contract for working with studio. An HTML page will be generated by the code processor containing all meta results.
* Plugins add their results to the HTML page based on the order they are specified in the configuration file
** Change the plugins entry to an array
* Configuration file will contain a "resultsPath" entry at the root level that points to where the file will be stored
* "resultsPath" will also be included in the output data
* Remove duplicate data from plugins results and errors/warnings
Closing ticket as fixed.