Skip to content
#

cucumber

Here are 1,159 public repositories matching this topic...

jdpennell
jdpennell commented Aug 26, 2020

Describe the bug
When building in Windows using jdk 11.0.2, several tests in BannerTest, CommandLineOptionsParserTest, NoPublishFormatterTest, ResourceScannerTest, and UrlReporterTest fail due to CRLF (carriage return line feed) issues and symlink issues. Maven was launched from git bash.

[BannerTest.results.txt](https://github.com/cucumber/cucumber-jvm/files/5131377/BannerTest.results.txt

artbear
artbear commented Dec 19, 2019

Описание ошибки

Failed
Отчет.АнализЗамеровПроизводительности.ФормаНастроек - <АдминистраторМСК>
Overview History Retries
{ОбщаяФорма.ФормаНастроекОтчета.Форма(34)}: Не передан служебный параметр "НастройкиОтчета".
	ВызватьИсключение НСтр("ru = 'Не передан служебный параметр ""НастройкиОтчета"".'");
Categories: Product defects
Severity: normal
Duration:  205ms
Description
ТестДол
nbigaouette
nbigaouette commented Sep 14, 2020

I have some steps that are long to execute, for example I poll an external system for updates which can take minutes.

With 0.7 the step's name will be printed at the end of execution, either in green if passed or red if failed.

It would be great if the step's name were printed (in neither green nor red) with an indication that the step is running. When done, the final red/green line could be

Improve this page

Add a description, image, and links to the cucumber topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cucumber topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.