在 cypress-cumber-preprocessor 中遇到“缺少步骤实现”问题(cypress 版本 - 13.1.0 和 cucumber 预处理器 - 4.3.1)
作者:sudeep mahato 提问时间:9/29/2023
我已经使用以下方法安装了 cucumber 预处理器:- npm install --save-dev cypress-cucumber-preprocessor。 赛普拉斯版本:- 13.1.0 ...
cypress-cucumber-preprocessor 问答列表
作者:sudeep mahato 提问时间:9/29/2023
我已经使用以下方法安装了 cucumber 预处理器:- npm install --save-dev cypress-cucumber-preprocessor。 赛普拉斯版本:- 13.1.0 ...
作者:Sonam Sharma 提问时间:10/17/2023
是否可以在管道执行后在 Azure DevOps 中发布此报表? Azure.yml文件内容 - ` - task: PublishTestResults displayName: "Publis...
作者:Ben_R 提问时间:10/30/2023
上下文: 我有一个使用 cypress-cucumber-preprocessor 的 Cypress 项目。在功能文件中,我定义了多个方案。每个方案在受测页面上执行一个操作,并截取屏幕截图(有时是多...
作者:Daniel Mendonça 提问时间:9/28/2023
我有一个 angular 项目和一个柏树测试设置。我目前正在使用 ubuntu wsl2,并且该项目已克隆在那里。 测试要么我在 Windows fs 中克隆并在 WSL 中运行项目。( 现在,当...
作者:Jasper Slokker 提问时间:11/7/2023
我有这个步骤定义: Then I verify that Ontvanger has received Type message with Onderwerp and Status | beri...
作者:Ali Hassoun 提问时间:11/14/2023
我在尝试使用 Cypress/Cucumber 运行测试时收到此错误消息,在此处输入图像描述,我已经在所有文件中导入了 AND 关键字,并且我已经安装了所有依赖项。 有什么想法吗? 阿里。 我尝试在...
作者:AZY 提问时间:11/16/2023
我正在使用带有“@badeball/cypress-cucumber-preprocessor”的 cypress 12 我希望json cucumber reports以spec文件的名称命名。 例...
作者:Pavithran 提问时间:11/17/2023
我在使用页面对象模型 (POM)、自定义命令和 data.json 文件进行 Cypress Cucumber 测试时遇到了问题。该测试似乎跳过了第一个 When 语句。我的代码结构如下: Step...