Skip to content

Releases: garris/BackstopJS

Command line reporting

03 Oct 23:36
Compare
Choose a tag to compare

This release includes support for command line reporting and an enhancement for smarter handling of missing or hidden DOM selectors.

New configuration options / slimerjs support

08 Sep 23:31
Compare
Choose a tag to compare

This version adds:

Configurable screenshot paths.
Built-in SlimerJS support.

Bug Fix

20 Jun 01:49
Compare
Choose a tag to compare

package.json change

Bug fixes and minor feature enhancements.

20 Jun 00:04
Compare
Choose a tag to compare

See updated documentation. Cheers.

added pass/fail threshold config parameter

23 Apr 06:20
Compare
Choose a tag to compare

Because sometimes it's good to tolerate a little noise...

 "misMatchThreshold" : 0.5  //default value [0...1]

bug fix: config parsing is now backward compatible with older versions.

10 Feb 02:05
Compare
Choose a tag to compare

NPM installer, SPA load events, improved config.

07 Feb 18:13
Compare
Choose a tag to compare

New in version 0.4.0: NPM installer, SPA load events, improved config.

added loadEvent and delay config properties

23 Jan 01:52
Compare
Choose a tag to compare

It is very common for client-side web apps is to initially download a small chunk of important content and render it to the screen as soon as it arrives at the browser. Once this has completed, various JS components often take over to progressively load more, less important content (e.g. ads, feeds or other supporting content/features) over some relatively short amount of time.

The problem testing these apps is knowing when to take the screenshot. BackstopJS solves this problem with two config properties: readyEvent and delay. See the readme documentation for more info.

Bower compatibility fix

12 Jan 22:56
Compare
Choose a tag to compare

BackstopJS now behaves well with customized bower directory locations.

closes #19

Thank you @sergesemashko!

bug fix for win users

18 Dec 21:28
Compare
Choose a tag to compare

Fixes ENOENT error #2