-
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
errors running backstop commands #268
Comments
The setup sounds correct. What are the OS, node, npm versions? |
I'm going to have to get back to you with more information in a couple of weeks as I'll be away from the office (and my colleague) for a short while. I'll get this info back to you as soon as I can, thanks. |
I'm haveing the exact same issue. OS: Win10(ent) Backstop -list: |
Are the npm and node versions in sync on all machines? And do plain vanilla backstop installs work independently on the other machines? |
As of right now, I'm just trying to get this to run on one machine. But I've attempted it on three machines and have and the same result on all three. Versions are kept up-to-date from machine to machine. |
i am suspecting it is an issue with either phantom (or slimmer -- if you're using that). Have you tried a simple install on your other machine? Just install the app. Do genConfig then reference then test. Does that work? |
So far I've been just trying to get just the basic NPM install working. So that comes with PhantomJS. genConfig: Works |
I'm suspecting Phantom also, we aren't using slimer. I'm out of the country at present, will confirm in a week or so. Get Outlook for iOS On Fri, Sep 2, 2016 at 9:16 PM +0200, "Garris" notifications@github.com wrote: i am suspecting it is an issue with either phantom (or slimmer -- if you're using that). Have you tried a simple install on your other machine? Just install the app. Do genConfig then reference then test. Does that work? You are receiving this because you authored the thread. |
If you are on Windows then this might help... #185 |
We are on Windows, but I'm not sure this is the answer - we have Phython 2.x for Karma Get Outlook for iOS On Fri, Sep 2, 2016 at 10:13 PM +0200, "Garris" notifications@github.com wrote: If you are on Windows then this might help... #185 You are receiving this because you authored the thread. |
EDIT |
@danwellman thanks for the update! Cheers. Garris |
I've got a backstopjs (version 1.3.5)) running perfectly on my own machine, I can run the
npm run reference
command to generate the reference screenshots, and I can run thenpm run test
command without any issues, and it passes or fails when expected (e.g. fails successfully when I modify the CSS for a page)So I've committed the backstop.json file, the bitmaps_reference folder, the bitmaps_test folder, (but only the compare.json file in here, not the test screenshots) and the capser_scripts directories in the backstop_data folder, to Git.
However, my colleagues are not able to run backstop. My colleague has pulled, and has the files/folders specified above. They have run
npm install
and have Backstop installed. When they try to run thenpm run test
command, they see this output:They also see similar out if trying the
npm run reference
command.Any ideas why this would work on my machine, but not work on an identical colleague's machine?
The text was updated successfully, but these errors were encountered: