Merge pull request #3822 from appwrite/feat-stop-test-on-fail

Stop tests on failure
This commit is contained in:
Eldad A. Fux 2022-09-13 21:54:59 +03:00 committed by GitHub
commit 70fe8cdd77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
stopOnFailure="true"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />