Skip to content

Releases: garris/BackstopJS

JUnit report generation

22 Jun 21:58
Compare
Choose a tag to compare

Plus other odds and ends.

Bugfix openReport() compatibility delay

10 Mar 22:47
Compare
Choose a tag to compare

TLDR: It's an imperfect world.

Simplified installation

10 Mar 18:03
Compare
Choose a tag to compare

Simplified installation -- just npm install backstopjs and you're ready to go!

Global dependencies removed: phantomjs, casperjs, gulp.

New release features

08 Feb 20:20
Compare
Choose a tag to compare

onBeforeScript and docs syntax highlighting.

onBeforeScript feature

08 Feb 20:17
Compare
Choose a tag to compare

onBeforeScript feature and docs syntax highlighting.

bugfix: casperFlags

19 Jan 18:56
Compare
Choose a tag to compare

casperFlags now works as designed.

Fix #124 makes sure tests work on fresh workspace

13 Jan 15:52
Compare
Choose a tag to compare

compatibility fixes

12 Jan 16:15
Compare
Choose a tag to compare
  • 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

18 Dec 16:50
Compare
Choose a tag to compare

also, diff images are generated for tests failed during CLI reporting.

Simulated user interactions

29 Oct 10:33
Compare
Choose a tag to compare
  • run your own casper scripts before each test-case
  • debug feature
  • cliExitOnFail feature
  • bug fixes