Skip to content

Instantly share code, notes, and snippets.

@elgalu
Created May 22, 2014 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elgalu/5569c2eb6da599cfcd63 to your computer and use it in GitHub Desktop.
Save elgalu/5569c2eb6da599cfcd63 to your computer and use it in GitHub Desktop.
node node lib/cli.js spec/basicConf.js
Using the selenium server at http://satellite.dev:4555/wd/hub
[launcher] Running 1 instances of WebDriver....warning: more than one element found for locator by.binding("item.reusedBinding")- you may need to be more specific
...............................F................................................F.........
Failures:
1) protractor library should allow a mix of using protractor and using the driver directly
Message:
Expected 'http://portege.dev:8000/index.html' to match '#/form'.
Stacktrace:
Error: Failed expectation
at null.<anonymous> (/home/user/oss/protractor/spec/basic/lib_spec.js:34:41)
2) protractor library should allow a mix of using protractor and using the driver directly
Message:
Expected 'http://portege.dev:8000/index.html' to match '#/repeater'.
Stacktrace:
Error: Failed expectation
at null.<anonymous> (/home/user/oss/protractor/spec/basic/lib_spec.js:37:48)
3) navigation should navigate back and forward properly from link
Message:
Expected 'http://portege.dev:8000/index.html#/form' to equal 'http://portege.dev:8000/index.html#/repeater'.
Stacktrace:
Error: Failed expectation
at null.<anonymous> (/home/user/oss/protractor/spec/basic/navigation_spec.js:50:7)
Finished in 192.38 seconds
94 tests, 246 assertions, 3 failures
[launcher] internet explorer failed 3 test(s)
@elgalu
Copy link
Author

elgalu commented May 22, 2014

Custom SELENIUM_URL, TEST_BROWSER_NAME, TEST_BROWSER_VERSION, HTTP_HOST, HTTP_PORT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment