codeceptjs / codeceptjs/CodeceptJS
dynamic configs ignored for test retries
Đang mở
bug
- Ngôn ngữ chính
- JavaScript
- Star
- 4.2k
- Fork
- 757
- Merge trung bình
- 2 ngày 9 giờ
- Pull request đã merge (30 ngày)
- 16
Mô tả
#### 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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.