Commit Graph

23 Commits

Author SHA1 Message Date
Chris Kozak 1ee05a3cfa Updated version to match newest cucumber-report.
Moved ReportBuilder constructor into try-catch because it now throws an Exception.
ReportBuilder constructor takes two new parameters that I'm not sure are relevant to our needs; disabling artifacts and passing in empty config.
2012-10-08 17:05:33 -05:00
Chris Kozak cb97a30f19 Doesn't compile. Revert "add I18N UI and french L10N"
This reverts commit c74935ee9c.
2012-10-08 16:35:28 -05:00
Philippe Poumaroux c74935ee9c add I18N UI and french L10N 2012-07-09 18:17:32 +02:00
Kingsley Hendrickse e14010c31d Merge branch 'master' of https://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin-java
Conflicts:
	pom.xml
	src/main/java/net/masterthought/jenkins/FeatureReportGenerator.java
	src/main/java/net/masterthought/jenkins/Runner.java
	src/main/java/net/masterthought/jenkins/TagObject.java
	src/main/java/net/masterthought/jenkins/json/Feature.java
	src/main/java/net/masterthought/jenkins/json/Util.java
2012-07-08 20:51:22 +01:00
Kingsley Hendrickse 0830f3ceff added png file instead of gif and added js chart examples to readme 2012-07-08 20:46:44 +01:00
Kingsley Hendrickse da2c81b140 moved report generation out of plugin and into separate library to allow it to be shared more easily with other projects 2012-07-08 20:45:47 +01:00
Kingsley Hendrickse 41e7e1e42f Fixed issue #17 - no scenario or no steps now is handled ok 2012-06-15 15:17:06 +01:00
Kingsley Hendrickse 9694d0439f fixed Issue #12 - added workaround for steps that are missing a result section in the json.
fixed Issue #15 - fixed issue with feature filenames where feature was only 1 word long
2012-06-06 17:13:02 +01:00
Kingsley Hendrickse c1ab74d1c8 Fixed Issue #10 - plugin now works on master or slaves 2012-05-26 20:56:19 +01:00
Kingsley Hendrickse 9c5b0c4b17 Fixed Issue #8 - added project level report link to the latest completed build and added cucmber icon for the image 2012-05-26 10:50:27 +01:00
Kingsley Hendrickse ccf909f856 added pending step to reports and charts and colour coded report level legend 2012-05-26 08:09:05 +01:00
Kingsley Hendrickse eb84479bd2 Fixed issue #7 - see documentation for usage 2012-05-25 22:46:57 +01:00
Kingsley Hendrickse 5932d2e347 fixed issue #6 2012-05-25 15:50:12 +01:00
Kingsley Hendrickse 563fd738f3 Added readme for tag reports and catered for when there are no tags 2012-05-10 09:48:06 +01:00
Kingsley Hendrickse e971a554ac Added tag based reporting 2012-05-09 17:05:58 +01:00
Kingsley Hendrickse 726b711734 updated imports 2012-04-27 16:06:43 +01:00
Kingsley Hendrickse 979abc7b1e Added in durations and fixed unicode bug when parsing 2012-04-27 15:51:46 +01:00
Kingsley Hendrickse 40a3637427 Updated with the fix provided by Rodrigo to allow plugin to find the feature files on a windows system 2012-04-23 08:41:05 +01:00
Kingsley Hendrickse 6c3b61e329 Added row and cell support 2012-04-19 11:14:25 +01:00
Kingsley Hendrickse 5aaeb8b44e Fixed bug with featureOverview only showing last feature set and added data table support 2012-04-19 11:11:50 +01:00
Kingsley Hendrickse ff1f41ee01 Fixed config values not being retained and added path to specify plugin url 2012-04-17 14:41:51 +01:00
Kingsley Hendrickse c2656ded76 forgot to add help file 2012-04-14 20:43:48 +01:00
Kingsley Hendrickse 9d23648c31 Added all project files 2012-04-14 08:28:04 +01:00