Skip to content

Releases: theintern/visual-plugin

0.2.0

17 May 18:28
Compare
Choose a tag to compare

The plugin has been updated to support Intern 4. The package was renamed for consistency with other Intern projects, to @theintern/visual-plugin, and the repository was renamed to visual-plugin.

There are a few minor configuration and API changes. The file utilities were removed from the package exports, as was the VisualRegression reporter. The main exports (assertVisuals, visualTest, resizeWindow) still work the same.

The reporter will now be implicitly installed when using the plugin. It can be disabled by setting the reporter option to false.

See the README for updated installation and usage instructions.

Version 0.1.2

04 Apr 06:07
Compare
Choose a tag to compare

Bug fixes and Cleanup

  • include main.css in the distribution build
  • update tslint @ 4+ and use standard tslint-sitepen rules
  • cleaned up code to pass tslint
  • Updated to TypeScript 2.2

Version 0.1.1

18 Nov 23:04
Compare
Choose a tag to compare

Fixed intern-visual to support Intern 3.4.1's types. No API changes.

Version 0.1.0

18 Nov 23:01
Compare
Choose a tag to compare

Initial Release!

Features include

  • assert - a visual regression assertion command helper
  • test - a configuration based visual regression test builder
  • VisualRegression - creates visual regression HTML reports