Skip to content

Commit f1c78d1

Browse files
authored
Merge pull request #4 from BCDevOps/develop
Updates - added SpockConfig for the generation of a result json file.
2 parents 375cb77 + 7d376e4 commit f1c78d1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Known Vulnerabilities](https://snyk.io/test/github/BCDevOps/BDDStack.git/badge.svg)](https://snyk.io/test/github/BCDevOps/BDDStack.git) [![Releases](https://img.shields.io/github/release/bcdevops/bddstack.svg)](https://github.com/BCDevOps/BDDStack/releases/tag/1.1)
2+
13
# BDDStack
24

35
## Description
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
report {
2+
enabled true
3+
logFileDir './build/reports/spock'
4+
logFileName 'spock-report.json'
5+
logFileSuffix new Date().format('yyyy-MM-dd_HH_mm_ss')
6+
}

0 commit comments

Comments
 (0)