You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,10 @@ Clone the github repository:
45
45
npm install
46
46
cd ..
47
47
48
-
Start up a selenium server. By default, the tests expect the selenium server to be running at `http://localhost:4444/wd/hub`. A selenium server can be started with `webdriver-manager`.
48
+
Start up a selenium server. By default, the tests expect the selenium server to be running at `http://localhost:4444/wd/hub`. A selenium server can be started with [webdriver-manager](https://github.com/angular/webdriver-manager).
49
49
50
-
bin/webdriver-manager start
50
+
webdriver-manager update
51
+
webdriver-manager start
51
52
52
53
Protractor's test suite runs against the included test application. Start that up with
0 commit comments