Skip to content

Releases: theintern/visual-plugin

0.2.0

Choose a tag to compare

@jason0x43 jason0x43 released this 17 May 18:28

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

Choose a tag to compare

@devpaul devpaul released this 04 Apr 06:07

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

Choose a tag to compare

@devpaul devpaul released this 18 Nov 23:04

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

Version 0.1.0

Choose a tag to compare

@devpaul devpaul released this 18 Nov 23:01

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