Releases: theintern/visual-plugin
Releases · theintern/visual-plugin
0.2.0
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
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
Fixed intern-visual
to support Intern 3.4.1's types. No API changes.
Version 0.1.0
Initial Release!
Features include
assert
- a visual regression assertion command helpertest
- a configuration based visual regression test builderVisualRegression
- creates visual regression HTML reports