From 1a400d9a5c4ba0fda23dd94c8652ea218fdd1a83 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Wed, 30 Apr 2025 01:12:09 -0400 Subject: [PATCH] Watcher solo para unit tests --- app/.phpunit-watcher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/.phpunit-watcher.yml b/app/.phpunit-watcher.yml index 8a8274c..744f6f4 100644 --- a/app/.phpunit-watcher.yml +++ b/app/.phpunit-watcher.yml @@ -10,5 +10,5 @@ notifications: failingTests: false hideManual: true phpunit: - arguments: '--log-events-text /logs/output.txt --stop-on-failure' + arguments: '--testsuite unit --log-events-text /logs/output.txt --stop-on-failure' timeout: 180