Commit b6147741 authored by Ward Bell's avatar Ward Bell

chore: commit protractor.config.js & update .gitignore accordingly

parent 168495d7
typings/
node_modules/
.idea
typings
node_modules
jspm_packages
link-checker-results.txt
**/*npm-debug.log.*
*.js
*.js.map
!**/*e2e-spec.js
_test-output
protractor-results.txt
_temp
!**/*e2e-spec.js
!karma*.js
!protractor*.js
......@@ -76,7 +76,7 @@ function sendKeys(element, str) {
// Custom reporter
function Reporter(options) {
var _defaultOutputFile = path.resolve(process.cwd(), './', 'protractor-results.txt');
var _defaultOutputFile = path.resolve(process.cwd(), './_test-output', 'protractor-results.txt');
options.outputFile = options.outputFile || _defaultOutputFile;
initOutputFile(options.outputFile);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment