bok-choy icon indicating copy to clipboard operation
bok-choy copied to clipboard

Screenshots

Open ableade opened this issue 7 years ago • 0 comments

According to the docs, when trying to do visual diff testing and running bok-choy with pytest, all that is needed to create initial baseline shots is to set the environment variable NEEDLE_SAVE_BASELINE. However this does not work because the code that checks for this environment variable is in the setUpClass method of NeedleTestCase which is skipped by BokChoy's WebAppTest setUpClass method so setting the environment variable has no effect when running test cases and instead throws an error.

ableade avatar Aug 23 '17 17:08 ableade