-
Notifications
You must be signed in to change notification settings - Fork 607
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
Use chromy v0.5.7 #606
Comments
Sorry for the delay. Yes, I am happy to upgrade. I am just very very short on time. To upgrade we need to ensure that the new version behaves as expected when running test/configs/backstop_features.js |
Is there a way for us to manually upgrade chromy ourselves and then run backstop_features.js to see if it works? Could I do this within my node_modules/backstopjs? |
@garris sorry for the respond, been busy too. Unfortunately I was experiencing some funny unwanted console outputs with BackstopJS 3.0.32 and ChromyJS 0.5.7, so I cant say its working as expected 100% :/, and did not really had time to look into what might be the cause. @ackmanx yes I guess you can manually install newer version of ChromyJS, either with command or changing the package.json of your project and run npm install. |
@ackmanx Yes, @VladimirPittner is correct ^^^ You can change the chromy version number in package.json then run |
@ackmanx actually to be more specific you will have to do it in the nodemodules/backstopjs folder, because backstopjs have its own nodemodules and package.json |
I had no problems using 0.5.6. But 0.5.7 getting hanged soon after logging |
Oh bummer. Really? Is there a Chromy changelog? |
@kiran-redhat how do you pass the arguments to evaluate now? Maybe there might be some backward compatibility issue. This is example of how I pass the arguments before and now:
0.5.7
I am not getting any errors in scenarios but it does output the function call to console for some reason.
|
Update: Created a clean branch with BS 3.0.36 and Chromy 0.5.7(https://github.com/kiran-redhat/BackstopJS/tree/bs36-chromy57) I've tested following these steps all steps passed:
@VladimirPittner , I haven't changed anything from chromy 0.5.5 to 0.5.7 in evaluate. I used in following way:
|
@kiran-redhat Just to be sure, when you test, please also run the sanity check here... |
That’s great — thank you very much for testing! |
Merged #615 |
I should be able to push to npm on Friday. |
Did this get pushed to npm? npm says the current version is 3.0.36, which the same as package.json here on GitHub. When I |
Hi @ackmanx -- many apologies. No -- I had to help with another project with a year-end deadline -- so I did not get to review. I will update this thread when I finally get to test and push. In the meantime -- your project is probably installing 0.5.5 because you updated your package.json file? |
My package.json is |
Please would it be possible to set dependency for
chromy: ^0.5.7
instead of0.5.5
?The new Chromy https://github.com/OnetapInc/chromy/blob/master/CHANGELOG.md supports passing arguments in
.evaluate()
.Thanks.
The text was updated successfully, but these errors were encountered: