minijasminenode | A very bare-bones version of jasmine-node | Runtime Evironment library
kandi X-RAY | minijasminenode Summary
kandi X-RAY | minijasminenode Summary
A very bare-bones version of jasmine-node
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of minijasminenode
minijasminenode Key Features
minijasminenode Examples and Code Snippets
Community Discussions
Trending Discussions on minijasminenode
QUESTION
I'm running a grunt test within a MEAN JS stack app and found an issue that I can't work out its cause.
Running webdriver-manager on its own, i.e. webdriver-manager start
, works fine, but running via the grunt test
task seems to fail.
I also noticed that the port is different (not 4444). Not sure how to change this either.
...ANSWER
Answered 2017-Aug-25 at 09:09Here is my best guess at what's going on:
You are launching with the selenium standalone server locally using your ip address and a port that is not 4444. This means that you did not select
seleniumAddress: "http://localhost:4444/wd/hub"
ordirectConnect: true
. I'll have a code snippet below of what this looks like.If you are launching locally and not on Travis, then Protractor launches by the Chrome browser by default. This also means that you should have downloaded the ChromeDriver.
You should upgrade from Protractor 2.5 to the latest. Protractor is strongly coupled with the entire stack: selenium-webdriver, the standalone server, browser drivers and browsers. If you are using an up-to-date browser and Protractor 2.5, then probably webdriver-manager downloaded old binaries that may be incompatible with your browser.
Here is the code snippet:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install minijasminenode
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page