scenario specific viewports + Docker related bug fixes
Scenario based viewports override.
New feature (old old enhancement request): If you add a viewports
object inside your scenario it will override your global scenarios array. Just think of all the testing exceptions you can create!
Bug fixes...
- Cannot find module 'portfinder' #841
- Fix test command when using docker (#831)
- move HTML report tool supporting files to dev dependency (#813)
- Lazy load report images (#825)
- other docker compatibility updates
- updated test/configs/ backstop.json & backstop_features.js with --no-sandbox flag
- added node example using docker in test/configs/runFromNode.js
- updated runDocker.js to pass props from node require('backstop') implementation.