mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
tests: debug travis
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
+6
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user