Skip to content

Commit

Permalink
Added create report folders
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelaazevedo committed May 19, 2018
1 parent 155d85e commit c2e9b93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions protractor.config.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit c2e9b93

Please sign in to comment.