Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1d0e582

Browse files
gkalpakpetebacondarwin
authored andcommitted
chore(protractor): use directConnect locally to speed up tests
Closes #14919
1 parent a6b5801 commit 1d0e582

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protractor-conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ config.capabilities = {
1212
browserName: 'chrome'
1313
};
1414

15+
config.directConnect = true;
16+
1517
exports.config = config;

0 commit comments

Comments
 (0)