From e8308450c2908a635932fcf22fee115e32f8656e Mon Sep 17 00:00:00 2001 From: Dipak Acharya Date: Mon, 6 Jul 2020 11:43:13 +0545 Subject: [PATCH] [Docs] Add skeleton dir path env variable in test run --- docs/testing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/testing.md b/docs/testing.md index b089d571b..2d7573ae9 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -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' ```