Merge pull request #159 from owncloud/doc-clarify-behat-feature

Clarify BEHAT_FEATURE value
This commit is contained in:
Vincent Petry
2020-04-30 18:38:52 +02:00
committed by GitHub
+1 -1
View File
@@ -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=<feature file>`
To run a single test add `BEHAT_FEATURE=<feature file>` 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