From ff6f6ce4fd48412ae43e88fc554c13fa76378971 Mon Sep 17 00:00:00 2001 From: Jaden Diefenbaugh <blakcap@users.noreply.github.com> Date: Wed, 5 Apr 2017 17:01:28 +0200 Subject: [PATCH] add small config setting to keep focus on html --- protractor-conf.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protractor-conf.js b/protractor-conf.js index 00bf9926f..3a546abfb 100644 --- a/protractor-conf.js +++ b/protractor-conf.js @@ -7,5 +7,8 @@ exports.config = { ], allScriptsTimeout: 60000, + // disable some selenium~browser notification than can steal focus + notify: false, + //resultJsonOutputFile: './protractor-test-results.json' } -- GitLab