From 72d820ec367d51fde971dbbb979920bc222c6fb5 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 26 Apr 2021 12:12:49 +0200 Subject: [PATCH] tests: debug travis --- .travis.yml | 3 ++- phpunit.xml | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 580aa2270f..a31a805f5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/phpunit.xml b/phpunit.xml index 668060ef70..2b88ca91df 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -15,6 +15,11 @@ ./tests/unit/ + + ./tests/e2e/Client.php + ./tests/e2e/General + ./tests/e2e/Scopes + ./tests/e2e/Services/Webhooks @@ -23,10 +28,7 @@ ./tests/e2e/Services/Functions/FunctionsCustomServerTest.php ./tests/e2e/Services/Functions/FunctionsCustomClientTest.php - - ./tests/e2e/Client.php - ./tests/e2e/General - ./tests/e2e/Scopes + ./tests/e2e/Services/Account ./tests/e2e/Services/Avatars ./tests/e2e/Services/Database