You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If tests are being specified via specs in Protractor.conf.js (without using suites), then HTML report is not correctly generated (as it assumes only the usage of suites)
The text was updated successfully, but these errors were encountered:
Please update the npm module to 1.2.5 and ensure that onPrepare block returns a Promise.
e.g:
onPrepare: function () {
// returning the promise makes protractor wait for the reporter config before executing tests
return global.browser.getProcessedConfig().then(function (config) {
});
}
If tests are being specified via specs in Protractor.conf.js (without using suites), then HTML report is not correctly generated (as it assumes only the usage of suites)
The text was updated successfully, but these errors were encountered: