1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

tests: debug travis

This commit is contained in:
Torsten Dittmann 2021-04-26 12:12:49 +02:00
parent 9b75f7b2aa
commit 72d820ec36
2 changed files with 8 additions and 5 deletions

View file

@ -38,9 +38,10 @@ script:
- 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 e2e
- docker-compose exec appwrite test --debug --testsuite services
deploy:
- provider: script

View file

@ -15,6 +15,11 @@
<testsuite name="unit">
<directory>./tests/unit/</directory>
</testsuite>
<testsuite name="e2e">
<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>
@ -23,10 +28,7 @@
<file>./tests/e2e/Services/Functions/FunctionsCustomServerTest.php</file>
<file>./tests/e2e/Services/Functions/FunctionsCustomClientTest.php</file>
</testsuite>
<testsuite name="e2e">
<file>./tests/e2e/Client.php</file>
<directory>./tests/e2e/General</directory>
<directory>./tests/e2e/Scopes</directory>
<testsuite name="services">
<directory>./tests/e2e/Services/Account</directory>
<directory>./tests/e2e/Services/Avatars</directory>
<directory>./tests/e2e/Services/Database</directory>