From 6f29c156f49740276dc41ad5d4b38ac8d9cac703 Mon Sep 17 00:00:00 2001 From: jasson99 <40829116+jasson99@users.noreply.github.com> Date: Fri, 5 Jun 2020 10:24:38 +0545 Subject: [PATCH] update testing.md Include environment variable for skeleton_dir for running tests on ocis --- docs/testing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/testing.md b/docs/testing.md index 79e2d2724..f77696725 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -82,10 +82,11 @@ TEST_SERVER_URL=http://localhost:9140 \ TEST_EXTERNAL_USER_BACKENDS=true \ TEST_OCIS=true \ OCIS_REVA_DATA_ROOT=/var/tmp/reva/ \ -BEHAT_FILTER_TAGS='~@skipOnOcis&&~@skipOnLDAP&&@TestAlsoOnExternalUserBackend&&~@local_storage' +BEHAT_FILTER_TAGS='~@skipOnOcis&&~@skipOnLDAP&&@TestAlsoOnExternalUserBackend&&~@local_storage' \ +SKELETON_DIR=apps/testing/data/apiSkeleton ``` -Make sure to adjust the settings `TEST_SERVER_URL` and `OCIS_REVA_DATA_ROOT` according to your environment +Make sure to adjust the settings `TEST_SERVER_URL`,`OCIS_REVA_DATA_ROOT` and `SKELETON_DIR` according to your environment This will run all tests that can work with LDAP and are not skipped on OCIS