The Wayback Machine - https://web.archive.org/web/20220602125559/https://github.com/topics/cucumber
Skip to content
#

cucumber

Here are 2,039 public repositories matching this topic...

artbear
artbear commented Dec 19, 2019

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

ОбщаяФорма.ВспомогательнаяФормаНастроекОтчета - <АдминистраторМСК>
Overview History Retries
{ВнешняяОбработка.Тесты_ОткрытиеФормКонфигурации.Форма.ПолучениеФорм.Форма(8)}:
 Ошибка при вызове метода контекста (ПолучитьФорму)
	Результат = ПолучитьФорму(ИмяФормы, Параметры, Владелец, Уникальность, Окно);
по причине:
Получать форму объекта - отчета возможно только для к
phibid
phibid commented Mar 23, 2022

In /etc/rhn/spacewalk-common-channels.ini :

[epel8]
label    = epel8-%(base_channel)s
name     = EPEL 8 for %(base_channel_name)s
archs    = x86_64, ppc64le, aarch64
base_channels = centos8-%(arch)s
gpgkey_url = http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8
gpgkey_id = 2F86D6A1
gpgkey_fingerprint = 94E2 79EB 8D8F 25B2 1810 ADF1 21EA 45AB 2F86 D6A1
repo_url = http:
bug good first issue P3
pactum
emfomy
emfomy commented Sep 23, 2021

Describe the bug
Most expect methods print the request and response when the assertion fails.
However, the custom expect handler does not show these objects.

To Reproduce
Steps to reproduce the behavior:

const spec = pactum.spec();
spec.get(url);
await spec.toss();
await spec.response().to.have._((ctx) => {
  assert.fail('error');
});

*Expected behavior

enhancement good first issue

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