On Friday, 17 May 2013 00:23:06 UTC+12, Pablo Conde wrote:
Hi all,
First time posting here ! I've been using this group a lot lately, And I want to thanks you all the community for their amazing support.
Well, My question is the following : I have an environment set up with Maven, Cucumber-JVM and Junit... Everytime I run the test, the report is generrated, but overwritten.
I want to keep track of all my runs, and if possible rename them with a timestamps or something like that... Ideally uploaded them to a server to maka them available for the rest of the company.
Is this possible ?
What should be reading about ?
Thanks in advance,
Pablo
Hi Pablo,
Typically this would be the job of a continuous integration server such as Jenkins, Team City or Bamboo. They keep track of all runs (history) of your build including a summary of passing tests and can be configured to capture output artifacts such as the Cucumber HTML report.
Hope that helps,
Richard