-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phantom, HTTPS, and reports #13
Comments
Comment by BernsteinA bump. +1 |
Comment by PierreCBSI I'm in a similar situation, trying to generate a html report but struggling with the commandline args.... What's the solution? |
Comment by samhatoum You can use this tool to generate a junit report from the cucumber json |
Comment by vigneshmanogar Thanks for the great tool guys. I have one issue. Tests work fine when using phantomJS to browse through my production server. But fail when using phantomJS to browse through my localhost. 'Browser.getUrl' seems to return 'about:blank'. I am assuming that it could be because of ssl issues. Below, related section from my configuration file.
Can you let me know if this is the right way of using it..? Thanks again. |
Comment by eriben Added a Pull Request for the SSL issue, when running PhantomJS over localhost: |
Issue by sgrover
Thursday Oct 22, 2015 at 15:59 GMT
Originally opened as xolvio/chimp#130
I have two issues I'm looking for help/guideance on. I've checked the documentation and Google but am not finding the right info yet.
So, I'm looking for some guidance on how/where to change the configuration that Chimp uses to talk with Phantom and Cucumber.
Thanks for any tips/links/suggestions. (still learning my way around the Node way of doing things!)
The text was updated successfully, but these errors were encountered: