Releases: garris/BackstopJS
Releases · garris/BackstopJS
JUnit report generation
Plus other odds and ends.
Bugfix openReport() compatibility delay
TLDR: It's an imperfect world.
Simplified installation
Simplified installation -- just npm install backstopjs
and you're ready to go!
Global dependencies removed: phantomjs, casperjs, gulp.
New release features
onBeforeScript and docs syntax highlighting.
onBeforeScript feature
onBeforeScript feature and docs syntax highlighting.
bugfix: casperFlags
casperFlags now works as designed.
Fix #124 makes sure tests work on fresh workspace
1.0.2 bump version
compatibility fixes
- now add comments to your configs (optional JS based configs)
- plays nice with other local services (change the BackstopJS port)
set config location with CLI
also, diff images are generated for tests failed during CLI reporting.
Simulated user interactions
- run your own casper scripts before each test-case
- debug feature
- cliExitOnFail feature
- bug fixes