Skip to content
#

cucumber

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

lonnblad
lonnblad commented Jan 18, 2021

Please answer these questions before submitting a bug report.

What version of godog are you using?

> godog -version
Godog version is: v0.11.0

What version of Go are you using?

> go version
go version go1.15.6 darwin/amd64

What did you do?

  • Add a step to a feature file including a DocString which has no registered step definition.
  • Execute: `godog ru
artbear
artbear commented Dec 19, 2019

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

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

There are many cases where people might want SSH to run on unusual ports:

  • in https://bugzilla.suse.com/show_bug.cgi?id=1175849, I describe a method to traverse NAT (issue #11839) using a SSH jump host listening on port 2222;
  • sometimes it's needed to traverse firewalls on ports different than port 22;
  • some admins do experiments on port 23 before switching to regular port 22;
  • whatever

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