semaphore_cucumber_booster_config 1.1.8 → 1.1.9
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d0f199d4633a2451597805dc6e7fd88df4715a0
|
4
|
+
data.tar.gz: 74f61184e63512104a428f210b81653454d061aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52965046d62798f050493bc0e8eb9d4ccfdab246a9a792dd22b42e517e21b92ae1e1fa7b34f860251f154ad3bc3afddb6b555d93ef901c5a24d3bdbd6eb1b099
|
7
|
+
data.tar.gz: 3457f6a6fe10dec76b8526ee74ae6abb68ce59ae863f6681ee61928c1f40e7e5316599dec97bfd7c8ea628ae0e263a9baf8ff40e6c8176bf99ebccfe596ea2a8
|
@@ -2,7 +2,7 @@ module CucumberBoosterConfig
|
|
2
2
|
|
3
3
|
class CucumberFile
|
4
4
|
|
5
|
-
SEMAPHORE_PROFILE = "semaphoreci: --format json --out
|
5
|
+
SEMAPHORE_PROFILE = "semaphoreci: --format json --out=../cucumber_report.json"
|
6
6
|
DEFAULT_PROFILE = "default: --format pretty --profile semaphoreci features"
|
7
7
|
|
8
8
|
def initialize(path, dry_run)
|