File tree 1 file changed +2
-2
lines changed
core/src/test/java/io/cucumber/core/plugin
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ void should_print_error_message_for_failed_steps() {
94
94
String formatterOutput = runFeaturesWithFormatter ();
95
95
96
96
assertThat (formatterOutput , containsString ("" +
97
- "##teamcity[testFailed timestamp = '1970-01-01T12:00:00.000+0000' duration = '0' message = 'the message ' name = 'first step']\n "
97
+ "##teamcity[testFailed timestamp = '1970-01-01T12:00:00.000+0000' duration = '0' message = 'Step failed' details = ' the stack trace ' name = 'first step']\n "
98
98
));
99
99
}
100
100
@@ -114,7 +114,7 @@ void should_print_error_message_for_before_hooks() {
114
114
115
115
assertThat (formatterOutput , containsString ("" +
116
116
"##teamcity[testStarted timestamp = '1970-01-01T12:00:00.000+0000' locationHint = 'java:test://HookDefinition.java:3' captureStandardOutput = 'true' name = 'Before']\n " +
117
- "##teamcity[testFailed timestamp = '1970-01-01T12:00:00.000+0000' duration = '0' message = 'the message ' name = 'Before']"
117
+ "##teamcity[testFailed timestamp = '1970-01-01T12:00:00.000+0000' duration = '0' message = 'Step failed' details = ' the stack trace ' name = 'Before']\n "
118
118
));
119
119
}
120
120
You can’t perform that action at this time.
0 commit comments