Garris
Garris
updated in 89fd239
Do the images get correctly saved? Are you able to view the report if you download the repo?
1) my guess is you will need to run storybook at the same time in azure 2) you can look at using a dynamic backstop config file for this --...
If you get an environment that can run node apps then yes — e.g. it runs in Travis. I am not familiar with Browserstack though.
Yes. You would need to integrate webdriver. It’s doable. There is an older PR for this but it’s been abandoned. Feel free to pick it up.
I think browserstack might have their own solution for this. A backstop-like solution. Try searching for that. If there is nothing already available then there is solution you could build...
Backstop already waits for images in static markup to be loaded. Maybe there is JavaScript on your page dynamically loading images?
If your script is in charge of loading the images then your script can send an event to signal backstop that the page is ready for screenshot testing. That would...
@r-oldenburg I applied your patch and I am doing a release of this today. Would love to know if this fixes issues for others. Thanks much for this fix!
I am wondering if there is a way to do this automatically based on the type of screenshot the user is configuring? Maybe just for `selectorExpansion=true` type of sceenshots?