max1965
13 years agoContributor
time difference
I write a groovy script to save the date when the test case was executed: def date = new Date() def formattedDate = date.format('yyyy-MM-dd HH:mm:ss') log.info formattedDate def props = testRunn...