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
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Protractor
2
2
==========
3
3
4
-
Protractor is an end to end test framework for Angular applications built on top of webdriver. It is still quite in progress.
4
+
Protractor is an end to end test framework for Angular applications built on top of [webdriverJS](https://code.google.com/p/selenium/wiki/WebDriverJs). It is still quite in progress.
5
5
6
6
To run the sample tests
7
7
-----------------------
@@ -10,7 +10,7 @@ Clone the github repository. Install the selenium-webdriver npm module
10
10
11
11
npm install selenium-webdriver
12
12
13
-
[Start up a selenium server](http://code.google.com/p/selenium/wiki/WebDriverJs#With_Node). By default, the tests expect the selenium server to be running at http://localhost:4444/wd/hub.
13
+
Start up a selenium server. By default, the tests expect the selenium server to be running at http://localhost:4444/wd/hub.
14
14
15
15
Start the test application
16
16
@@ -41,4 +41,17 @@ In your test file, set up protractor:
41
41
// Configure and build your webdriver instance.
42
42
var ptor = protractor.wrapDriver(driver);
43
43
44
-
See httpspec.js for examples of use.
44
+
See httpspec.js for examples of use.
45
+
46
+
Appendix A: Setting up a standalone selenium server
0 commit comments