You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module can be used to compare the current representation of a website element with an expeted. It was written on the shoulders of codeception and integrates in a very easy way.
6
+
This module can be used to compare the current representation of a website element with an expected. It was written on the shoulders of codeception and integrates in a very easy way.
7
7
8
8
**Example**
9
9
@@ -25,7 +25,7 @@ VisualCeption needs the following components to run:
25
25
26
26
***Codeception** VisualCeption is a module for [Codeception](http://codeception.com/). It will need a running version of this tool.
27
27
***Imagick** For comparing two images VisualCeption is using the imagick library for php. For more information visit [php.net](http://www.php.net/manual/de/book.imagick.php) or the [installation guide](http://www.php.net/manual/en/imagick.setup.php).
28
-
***WebDriver module** This tool does only work with the webdriver module in Codeception the moment.
28
+
***WebDriver module** This tool only works with the webdriver module in Codeception at the moment.
29
29
30
30
## Installation
31
31
@@ -59,7 +59,7 @@ VisualCeption:
59
59
60
60
## Usage
61
61
62
-
VisualCeption is really easy to use. There are only two method that will be added to your WebGuy <code>seeVisualChanges</code> and <code>dontSeeVisualChanges</code>.
62
+
VisualCeption is really easy to use. There are only two methods that will be added to your WebGuy <code>seeVisualChanges</code> and <code>dontSeeVisualChanges</code>.
0 commit comments