Skip to content

Commit 196a6a7

Browse files
Merge pull request #2 from flowdgmbh/feature/initial
Add more details
2 parents 884e839 + 5e3096d commit 196a6a7

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ class AccessibilityCest
118118
}
119119
```
120120

121+
## Example Output
122+
![example output](src/assets/example-output.png)
123+
121124
## Troubleshooting
122125

123126
### WebDriver Module Not Loaded

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowd/axeception",
3-
"description": "Codeception module for reporting axe messages",
3+
"description": "Automated axe-core accessibility testing for Codeception with per-validation and per-selector expectations to catch regressions",
44
"homepage": "https://flowd.de",
55
"license": "MIT",
66
"type": "library",
@@ -23,7 +23,8 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.3"
26+
"php": "^8.3",
27+
"codeception/codeception": "^5"
2728
},
2829
"autoload": {
2930
"classmap": [

src/assets/example-output.png

110 KB
Loading

0 commit comments

Comments
 (0)