codeceptjs / codeceptjs/CodeceptJS

dynamic configs ignored for test retries

未关闭
#1,809 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
JavaScript
星标
4.2k
派生
757
平均合并
2 天 9 小时
30 天内合并 PR
16

描述

#### What are you trying to achieve?

Dynamic configs applied to retries as well

#### What do you get instead?

Dynamic configs are ignored for retries after a test fails

```js
Feature('test');

Scenario('test', I => {
I.amOnPage('http://github.com');
I.waitInUrl('fail');
})
.retry(1)
.config({ show: true }); // will be ignored for the second run
```

### Details

* CodeceptJS version: 2.2.1
* NodeJS Version: v8.16.0
* Operating System: MacOS 10.14.4

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。