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 摘要。