diff --git a/protractor.config.js b/protractor.config.js index 2a34998..aca30da 100644 --- a/protractor.config.js +++ b/protractor.config.js @@ -1,5 +1,9 @@ +import mkdirp from 'mkdirp'; + const REPORTS_FOLDER = 'target/test-reports/'; +mkdirp(REPORTS_FOLDER); + // TODO create other browser's configurations and parallel tests const chrome = { browserName: 'chrome',