Skip to content

Commit

Permalink
fix: re-add tryTo
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Oct 24, 2023
1 parent cb52922 commit d4ba872
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-e2e/codecept.desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ exports.config = {
enabled: true,
require: '@codeceptjs/allure-legacy',
},
tryTo: {
enabled: true,
},
},
};
3 changes: 3 additions & 0 deletions test-e2e/codecept.mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@ exports.config = {
enabled: true,
require: '@codeceptjs/allure-legacy',
},
tryTo: {
enabled: true,
},
},
};

0 comments on commit d4ba872

Please sign in to comment.