Skip to content

Instantly share code, notes, and snippets.

@rochejul
Created February 21, 2017 20:03
Show Gist options
  • Save rochejul/028956e5ae3c6c4f7c0385951e14741d to your computer and use it in GitHub Desktop.
Save rochejul/028956e5ae3c6c4f7c0385951e14741d to your computer and use it in GitHub Desktop.
gulp-angular-protractor: output for issue 33
C:\Dev\Git\gulp-angular-protractor\examples\example-02>npm test
> example-gulp-protractor@0.0.1 test C:\Dev\Git\gulp-angular-protractor\examples\example-02
> npm run gulp protractor
> example-gulp-protractor@0.0.1 gulp C:\Dev\Git\gulp-angular-protractor\examples\example-02
> node node_modules/gulp/bin/gulp.js "protractor"
[21:01:24] Using gulpfile C:\Dev\Git\gulp-angular-protractor\examples\example-02\gulpfile.js
[21:01:24] Starting 'protractor'...
[21:01:24] gulp-angular-protractor - The plugin is retrieved and will start soon
[21:01:24] gulp-angular-protractor - We will try to start and stop automatically the WebDriver server
[21:01:24] gulp-angular-protractor - The selenium address is: http://localhost:4444/wd/hub
[21:01:24] gulp-angular-protractor - The selenium address used is: http://localhost:4444/wd/hub
[21:01:24] gulp-angular-protractor - The selenium shutdown address used is: http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer
[21:01:24] gulp-angular-protractor - We have the config file to the following path: C:\Dev\Git\gulp-angular-protractor\examples\example-02\protractor.conf.js
[21:01:24] gulp-angular-protractor - Webdriver standalone will be updated
[21:01:26] I/update - chromedriver: file exists C:\Dev\Git\gulp-angular-protractor\examples\example-02\node_modules\gulp-angular-protractor\node_modules\webdriver-manager\selenium\chromedriver_2.25win32.zip
[21:01:26] I/update - chromedriver: unzipping chromedriver_2.25win32.zip
[21:01:27] I/update - chromedriver: v2.25 up to date
[21:01:27] I/update - selenium standalone: file exists C:\Dev\Git\gulp-angular-protractor\examples\example-02\node_modules\gulp-angular-protractor\node_modules\webdriver-manager\selenium\selenium-server-standalone-2.53.1.jar
[21:01:27] I/update - selenium standalone: v2.53.1 up to date
[21:01:28] I/update - geckodriver: file exists C:\Dev\Git\gulp-angular-protractor\examples\example-02\node_modules\gulp-angular-protractor\node_modules\webdriver-manager\selenium\geckodriver-v0.11.1-win64.zip
[21:01:28] I/update - geckodriver: unzipping geckodriver-v0.11.1-win64.zip
[21:01:28] I/update - geckodriver: vv0.11.1 up to date
[21:01:52] gulp-angular-protractor - Webdriver standalone is updated
[21:01:52] gulp-angular-protractor - Webdriver standalone server will be started
[21:01:54] [21:01:54] I/start - java -Dwebdriver.chrome.driver=C:\Dev\Git\gulp-angular-protractor\examples\example-02\node_modules\gulp-angular-protractor\node_modules\webdriver-manager\selenium\chromedriver_2.25.exe -Dwebdriver.gecko.driver=C:\Dev\Git\gulp-angula
r-protractor\examples\example-02\node_modules\gulp-angular-protractor\node_modules\webdriver-manager\selenium\geckodriver-v0.11.1.exe -jar C:\Dev\Git\gulp-angular-protractor\examples\example-02\node_modules\gulp-angular-protractor\node_modules\webdriver-manager\se
lenium\selenium-server-standalone-2.53.1.jar -port 4444
[21:01:54] [21:01:54] I/start - seleniumProcess.pid: 5456
[21:01:54] 21:01:54.929 INFO - Launching a standalone Selenium Server
[21:01:55] 21:01:55.501 INFO - Java: Oracle Corporation 25.73-b02
[21:01:55] 21:01:55.502 INFO - OS: Windows 7 6.1 amd64
[21:01:55] 21:01:55.549 INFO - v2.53.1, with Core v2.53.1. Built from revision a36b8b1
[21:01:55] 21:01:55.691 INFO - Driver class not found: com.opera.core.systems.OperaDriver
21:01:55.691 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
[21:01:55] 21:01:55.712 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform VISTA
[21:01:55] 21:01:55.714 INFO - Driver class not found: org.openqa.selenium.htmlunit.HtmlUnitDriver
21:01:55.714 INFO - Driver provider org.openqa.selenium.htmlunit.HtmlUnitDriver is not registered
[21:01:56] 21:01:56.500 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub
[21:01:56] 21:01:56.501 INFO - Selenium Server is up and running
[21:01:56] gulp-angular-protractor - Webdriver standalone server is started
[21:01:56] gulp-angular-protractor - We will run the Protractor engine
[21:02:00] I/hosted - Using the selenium server at http://localhost:4444/wd/hub
[21:02:00] I/launcher - Running 1 instances of WebDriver
Started
...
3 specs, 0 failures
Finished in 20.522 seconds
[21:02:26] I/launcher - 0 instance(s) of WebDriver still running
[21:02:26] I/launcher - chrome #01 passed
[21:02:26] 21:02:26.623 INFO - Command request: shutDownSeleniumServer[, ] on session null
[21:02:26] 21:02:26.624 INFO - Shutdown command received
[21:02:26] gulp-angular-protractor - Webdriver standalone server is stopped
[21:02:26] Finished 'protractor' after 1.03 min
[21:02:26] 21:02:26.626 INFO - Got result: OK on session null
21:02:26.628 INFO - initiating shutdown
[21:02:27] [21:02:27] I/start - Selenium Standalone has exited with code 0
[21:02:27] gulp-angular-protractor - Webdriver standalone server will be closed
C:\Dev\Git\gulp-angular-protractor\examples\example-02>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment