Skip to content

Commit

Permalink
[master] Add examples and modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantas0s committed Jun 9, 2018
1 parent 0b0c0bf commit ce71c24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ notification:
|---------------|------------------------------------------------------------------------------------------------------------------|------------|----------|---------|
| root | The root folder where your tests are. `testomatic` will watch into this folder and every subfolders recursively. | string | yes | *empty* |
| regex | Every filename matching this regex will be watched. | string | yes | *empty* |
| ignore | Fields or folder you want to ignore (vendor for example) | array | no | *empty* |
| ignore_hidden | Any files or folders beginning by a point `.` won't be watched | boolean | no | `false` |

### command
Expand Down
3 changes: 3 additions & 0 deletions examples/php/.testomatic_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
watch:
root: src/Tests/
regex: "Test.php"
ignore:
- src/Tests/_cache
- src/Tests/_fixtures
ignore_hidden: true
command:
bin: bin/phpunit
Expand Down

0 comments on commit ce71c24

Please sign in to comment.