[Docs] Add skeleton dir path env variable in test run

This commit is contained in:
Dipak Acharya
2020-07-06 11:43:13 +05:45
parent 3659c8e5bf
commit e8308450c2

View File

@@ -82,6 +82,7 @@ TEST_SERVER_URL=http://localhost:9140 \
TEST_EXTERNAL_USER_BACKENDS=true \
TEST_OCIS=true \
OCIS_REVA_DATA_ROOT=/var/tmp/reva/ \
SKELETON_DIR=apps/testing/data/apiSkeleton \
BEHAT_FILTER_TAGS='~@skipOnOcis'
```