Skip to content

Commit 5b9faff

Browse files
Update readme.md
1 parent 2fd0e95 commit 5b9faff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# VisualCeption
22
Visual regression tests integrated in Codeception.
33

4+
5+
46
## Requirements
57

68
VisualCeption needs the following components to run:
@@ -20,7 +22,7 @@ Add the module to <code>_bootstrap.php</code>.
2022

2123
To use the VisualCeption module you have to configure it.
2224

23-
** Example Configuration **
25+
**Example Configuration**
2426
```yaml
2527
modules:
2628
enabled: [WebDriver, VisualCeption]
@@ -35,6 +37,8 @@ VisualCeption:
3537
3638
## Usage
3739
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.
41+
3842
```php
3943
$I->compareScreenshot( "uniqueIdentifier", "elementId" );
4044
```

0 commit comments

Comments
 (0)