-
Notifications
You must be signed in to change notification settings - Fork 8
Windows integration tests fail running through VS #113
Comments
Working on this right now. You will also need to install ImageMagick to do the image comparison. It needs the command line tool "compare.exe" which it uses for pixel comparison with reference images, and for generating the diff images that appear in the html report. |
(p.s. I would love to ultimately use Scintillator itself for image comparison) |
Oh, this is specific to Visual Studio. Yeah this stuff wasn't working on the command line, either. So my PR, while relevant, will not fix this issue. Sorry for the spam! |
Also, you will need to have run cmake with |
not sure these are specific to VS, just mentioned for completeness really. The first issue will probably be resolved by that cmake flag, but I'll look at the python module thing |
for travis pyyaml install was:
|
I'm working on adding windows support to |
On Windows, two integration tests fail in VS (building with VS triggers the testing):
test_images
compare_images
test_images is being passed the wrong options?
compare_images is failing because of the Python install missing the yaml package.
Steps
The text was updated successfully, but these errors were encountered: