1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

tests: revert debug changes

This commit is contained in:
Torsten Dittmann 2021-04-28 11:04:44 +02:00
parent 86c7ff74b0
commit c2a3d527df
2 changed files with 5 additions and 15 deletions

View file

@ -37,11 +37,7 @@ script:
- docker-compose logs appwrite-worker-functions
- docker-compose exec appwrite doctor
- docker-compose exec appwrite vars
- docker-compose exec appwrite test --debug --testsuite unit
- docker-compose exec appwrite test --debug --testsuite e2e
- docker-compose exec appwrite test --debug --testsuite webhooks
- docker-compose exec appwrite test --debug --testsuite functions
- docker-compose exec appwrite test --debug --testsuite services
- docker-compose exec appwrite test --debug
deploy:
- provider: script

View file

@ -19,16 +19,6 @@
<file>./tests/e2e/Client.php</file>
<directory>./tests/e2e/General</directory>
<directory>./tests/e2e/Scopes</directory>
</testsuite>
<testsuite name="webhooks">
<directory>./tests/e2e/Services/Webhooks</directory>
</testsuite>
<testsuite name="functions">
<file>./tests/e2e/Services/Functions/FunctionsBase.php</file>
<file>./tests/e2e/Services/Functions/FunctionsCustomServerTest.php</file>
<file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file>
</testsuite>
<testsuite name="services">
<directory>./tests/e2e/Services/Projects</directory>
<directory>./tests/e2e/Services/Account</directory>
<directory>./tests/e2e/Services/Avatars</directory>
@ -39,6 +29,10 @@
<directory>./tests/e2e/Services/Teams</directory>
<directory>./tests/e2e/Services/Users</directory>
<directory>./tests/e2e/Services/Workers</directory>
<directory>./tests/e2e/Services/Webhooks</directory>
<file>./tests/e2e/Services/Functions/FunctionsBase.php</file>
<file>./tests/e2e/Services/Functions/FunctionsCustomServerTest.php</file>
<file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file>
</testsuite>
</testsuites>
</phpunit>