-
-
Notifications
You must be signed in to change notification settings - Fork 753
Closed
Description
What are you trying to achieve?
Trying to run a single test with run-multiple, on a single chrome browser just to validate the functionality of retries and only.
What do you get instead?
There are multiple issues here:
retryandonlydon't mix together as it seems like the test doesn't actually get retried multiple times, if you only haveretrythe test will get retried multiple times ref other issue raised: Retry can't be used with Only #1256- We're also using mochawesome reporter with unique screenshots, when both
retyandonlyare set, the additional context where the screenshot would be attached is not there (even though the screenshot is taken)
Provide test source code if related
Feature('Failing').retry(3);
Scenario.only('Failing test @live @desktop', (I) => {
I.amOnPage('/');
I.see('this is going to fail');
});Details
- CodeceptJS version: 1.4.4
- NodeJS Version: 8.9.1
- Operating System: OSX
- WebDriverIO: 4.14.0
Basic example config file
Metadata
Metadata
Assignees
Labels
No labels