.carrasco.yml in carrasco-0.1.4 vs .carrasco.yml in carrasco-0.1.5
- old
+ new
@@ -9,11 +9,15 @@
help: phpunit
description: execute php tests
command: ./bin/vendor/phpunit --configuration=tests/phpunit.xml
ls:
- description: List tmp file
- command: ls /tmp/foo/foo
+ description: List /tmp folder
+ command: ls /tmp
+
+ ls_with_error:
+ description: list folder that does not exist
+ command: ls /tmp/file_that_does_not_exist
# to be implemented
groups:
qa:
- test