From 717233f31ed630f678c25a1ab43df1669890d357 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 30 Apr 2020 17:45:18 +0200 Subject: [PATCH] Clarify BEHAT_FEATURE value --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 580efa5b8f..39eb0a75a6 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -89,7 +89,7 @@ Make sure to adjust the settings `TEST_SERVER_URL` and `OCIS_REVA_DATA_ROOT` acc This will run all tests that can work with LDAP and are not skipped on OCIS -To run a single test add `BEHAT_FEATURE=` +To run a single test add `BEHAT_FEATURE=` and specify the path to the feature file and an optional line number. For example `BEHAT_FEATURE='tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature:21'` ### use existing tests for BDD