Skip to content

Commit b1b5170

Browse files
committed
Merge pull request #923 from swagger-api/try-directConnect
Add directConnect: true to protractor config
2 parents 6548f4d + decd960 commit b1b5170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/protractor.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ var config = {
2323

2424
baseUrl: 'http://localhost:' + PORT + '/',
2525

26+
directConnect: true,
27+
2628
capabilities: {
2729
browserName: 'chrome',
2830
chromeOptions: {

0 commit comments

Comments
 (0)