We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e883b6d commit 92ca816Copy full SHA for 92ca816
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.4
2
+* Added support for multi session testing - #73
3
+* Fixed double quotes to not break JavaScript commands - #71
4
+
5
# 1.0.3
6
* Fix incorrectly cropped full page screenshots
7
* Remove test dependency from www.thewebhatesme.com to local http server
composer.json
@@ -1,6 +1,7 @@
{
"name": "codeception/visualception",
"description": "Visual regression tests for Codeception",
+ "version": "1.0.4",
"homepage": "https://github.com/Codeception/VisualCeption",
"license": "Apache-2.0",
"require": {
0 commit comments