Commit b6147741 authored by Ward Bell's avatar Ward Bell

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

parent 168495d7
typings/ .idea
node_modules/ typings
node_modules
jspm_packages
link-checker-results.txt
**/*npm-debug.log.*
*.js *.js
*.js.map *.js.map
!**/*e2e-spec.js
_test-output _test-output
protractor-results.txt _temp
!**/*e2e-spec.js
!karma*.js
!protractor*.js
...@@ -76,7 +76,7 @@ function sendKeys(element, str) { ...@@ -76,7 +76,7 @@ function sendKeys(element, str) {
// Custom reporter // Custom reporter
function Reporter(options) { 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; options.outputFile = options.outputFile || _defaultOutputFile;
initOutputFile(options.outputFile); 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