Forum Discussion

max1965's avatar
max1965
Contributor
13 years ago

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...