We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175cd2d commit 34c5877Copy full SHA for 34c5877
composer.json
@@ -0,0 +1,12 @@
1
+{
2
+ "name": "digital-products/codeception-visualception",
3
+ "description": "A module for Codeception to test visual changes on web pages",
4
+ "homepage": "https://github.com/DigitalProducts/codeception-module-visualception",
5
+ "license": "Apache-2.0",
6
+ "require": {
7
+ "php": ">=5.3.0"
8
+ },
9
+ "autoload": {
10
+ "classmap": ["module/"]
11
+ }
12
+}
0 commit comments