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

Commit 56d4563

Browse files
gkalpakpetebacondarwin
authored andcommitted
chore(protractor): use directConnect locally to speed up tests
Closes #14919
1 parent 26acedd commit 56d4563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protractor-conf.js

+2
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)