Skip to content

Commit 64efe27

Browse files
committed
fix config schema changelog and stepDefinitionSkeletonStyle default
1 parent 06edf04 commit 64efe27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

reqnroll-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
Changelog:
77

8+
3.2
9+
- Added 'AsyncCucumberExpressionAttribute' and 'AsyncRegexAttribute' to the trace/stepDefinitionSkeletonStyle values.
10+
811
3.1
912
- Added generator/disableFriendlyTestNames
1013

@@ -101,7 +104,7 @@
101104
"stepDefinitionSkeletonStyle": {
102105
"description": "Specifies the default step definition style.",
103106
"type": "string",
104-
"default": "AsyncCucumberExpressionAttribute",
107+
"default": "CucumberExpressionAttribute",
105108
"enum": [ "AsyncCucumberExpressionAttribute", "AsyncRegexAttribute", "CucumberExpressionAttribute", "RegexAttribute", "MethodNameUnderscores", "MethodNamePascalCase", "MethodNameRegex" ]
106109
},
107110
"coloredOutput": {

0 commit comments

Comments
 (0)