question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mismatch errors found

See original GitHub issue

I have created two sample projects to test out backstopjs, but I am failing on both with error of “Mismatch errors found” when I run the backstop test command. After installing it globally I ran the backstop init command that created the backstop_data folder and its subfolders on my root.

Then I executed the backstop test but it returns with missmatch errors and loads the html report in the browser. But the bitmaps_test director is never created either. On one of the sample projects I ran has the same project structure and content as the one on https://css-tricks.com/automating-css-regression-testing/ site, but using the backstop test instead and executing the command on the root. The scenarios code is also the same as suggested on that page. So the url path is the same as suggested on that page.

Any suggestions what I may have done wrong?

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
garriscommented, Jan 4, 2018

I just had a thought. Did you try running pkill -f "(chrome)?(--headless)"

That would insure there are no zombie versions of chrome running (which can sometimes happen and cause weird failures). Maybe that helps?

0reactions
mig-25commented, Jan 4, 2018

Sorry, Nothing wrong on your side, my bad, it was a path error in the url setting. I tested it out on the same project as on the CSS-Tricks article https://css-tricks.com/automating-css-regression-testing/ page. But I changed the url path, as this time I ran the backstop init on the root and the index.html is on the root of that project.

Thanks for your help 😃

4 jan. 2018 kl. 18:10 skrev Garris notifications@github.com:

I just had a thought. Did you try running pkill -f “(chrome)?(–headless)”

That would insure there are no zombie versions of chrome running (which can sometimes happen and cause weird failures). Maybe that helps?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/garris/BackstopJS/issues/626#issuecomment-355340766, or mute the thread https://github.com/notifications/unsubscribe-auth/AGyTLHa44SO_0TkvSczOTbces8RAUl4Kks5tHQYigaJpZM4RSuD_.

Read more comments on GitHub >

github_iconTop Results From Across the Web

I get a message about data type mismatch - Microsoft Support
This error indicates that Access cannot match an input value to the data type it expects for the value. For example, if you...
Read more >
VBA Type Mismatch Error - The Ultimate Guide
A VBA Type Mismatch Error occurs when you try to assign a value between two different variable types. The error appears as “run-time...
Read more >
Understanding Elm's Type Mismatch Error - Thoughtbot
One of the first error messages you'll run into is the “Type Mismatch” error. This error is fundamental to Elm's enforcement of its...
Read more >
How to fix section mismatch errors during cross compile of ...
2 section mismatch(es). To ; To build the kernel despite the mismatches, build with ; not recommended) /home/sansari/android/kernel/scripts/Makefile.modpost:98 ; 1 ...
Read more >
Version Mismatch Errors - IBM
No results were found for your search query. Tips. To return expected results, you can: Reduce the number of search terms. Each term...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found