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
Copy file name to clipboardExpand all lines: readme.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# VisualCeption
2
2
Visual regression tests integrated in Codeception.
3
3
4
+
5
+
4
6
## Requirements
5
7
6
8
VisualCeption needs the following components to run:
@@ -20,7 +22,7 @@ Add the module to <code>_bootstrap.php</code>.
20
22
21
23
To use the VisualCeption module you have to configure it.
22
24
23
-
**Example Configuration**
25
+
**Example Configuration**
24
26
```yaml
25
27
modules:
26
28
enabled: [WebDriver, VisualCeption]
@@ -35,6 +37,8 @@ VisualCeption:
35
37
36
38
## Usage
37
39
40
+
VisualCeption is really easy to use. There is only one method that will be added to your WebGuy <code>compareScreenshot</code>. This will be used to name the screenshot and identify the elements that has to be screenshot.
0 commit comments