Request for Node Module Update to Enable Multiple Screenshot Support (createBitmaps.js, runPuppet.js)
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 621
- PR merge metrics
- No merged PRs in 30d
Description
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.
- [createBitmaps.json](https://github.com/garris/BackstopJS/files/14822544/createBitmaps.json)
- [runPuppet.json](https://github.com/garris/BackstopJS/files/14822545/runPuppet.json)
**Multiple Screenshots:**
common-func.js

get-reference.js

compare-screenshots.js

Contributor guide
Assessment
This issue has not been assessed yet.