mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
[cucumber-java] IDEA-372879 Fix running Cucumber tests always printing warning to the console
#IDEA-372879 fixed GitOrigin-RevId: f9e843b9bc007b79a6cb6a53ad185065b2a8abea
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4fad4b993f
commit
80d015ac1a
@@ -7,6 +7,9 @@ import java.io.IOException;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.Date;
|
||||
|
||||
/// Utilities for formatting Cucumber runtime output to render nicely in the IntelliJ test runner. SM stands for Service Messages.
|
||||
///
|
||||
/// @see <a href="https://www.jetbrains.com/help/teamcity/service-messages.html">Service Messages (TeamCity Docs)</a>
|
||||
public final class CucumberJvmSMFormatterUtil {
|
||||
public static final String TEAMCITY_PREFIX = "##teamcity";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user