Closed
Description
What are you trying to achieve?
Trying to retry a scenario that has .only
tag on it
What do you get instead?
The scenario only runs once.
Code:
Feature('Just Testing')
Scenario.only('mytest', (I) => {
I.amOnPage('/');
I.wait(10);
I.see('does not exist');
}).retry(3);
- CodeceptJS version: 1.4.3
- NodeJS Version: 8.9.1
- Operating System: OSX
Metadata
Metadata
Assignees
Labels
No labels