From 8e34405d0868dc03ad5d853754c27a3ff2f12069 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Tue, 24 Jan 2023 09:48:54 +0545 Subject: [PATCH] Fix formatting in the docs related to testing --- docs/ocis/development/testing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ocis/development/testing.md b/docs/ocis/development/testing.md index 3d80ca640f..fafe6365e3 100644 --- a/docs/ocis/development/testing.md +++ b/docs/ocis/development/testing.md @@ -134,10 +134,15 @@ TEST_OCIS=true \ Make sure to adjust the settings `TEST_SERVER_URL` according to your environment. To run a single feature add `BEHAT_FEATURE=` + example: `BEHAT_SUITE=tests/acceptance/features/apiGraph/createUser.feature` + To run a single test add `BEHAT_FEATURE=` + example: `BEHAT_SUITE=tests/acceptance/features/apiGraph/createUser.feature:12` + To run a single suite add `BEHAT_SUITE=` + example: `BEHAT_SUITE=apiGraph` To run tests with a different storage driver set `STORAGE_DRIVER` to the correct value. It can be set to `OCIS` or `OWNCLOUD` and uses `OWNCLOUD` as the default value.