You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've successfully configured the engine scripts to capture multiple screenshots. When I execute backstop reference, it captures multiple screenshots. Then, using backstop test, it compares these images without navigating to the page. This was achieved by modifying createBitmaps.js and runPuppet.js in the node modules to skip the screenshot process and update file names.
Issue: Can these modifications be incorporated into the node modules? Currently, they do not function with GitHub Actions. Attached are the files as JSON files.
Hi @garris / @dgrebb , can these modifications be incorporated into the node modules? Currently, they do not function with GitHub Actions. I hope this is possible.
Hi, I've successfully configured the engine scripts to capture multiple screenshots. When I execute
backstop reference
, it captures multiple screenshots. Then, usingbackstop test
, it compares these images without navigating to the page. This was achieved by modifyingcreateBitmaps.js
andrunPuppet.js
in the node modules to skip the screenshot process and update file names.Issue: Can these modifications be incorporated into the node modules? Currently, they do not function with GitHub Actions. Attached are the files as JSON files.
Multiple Screenshots:
common-func.js
get-reference.js
compare-screenshots.js
The text was updated successfully, but these errors were encountered: