added stop running tests after first failure option (#6786)

This commit is contained in:
Viktor Scharf
2023-07-17 12:06:19 +02:00
committed by GitHub
parent 3c9cfca6ad
commit 28cd42613d
2 changed files with 13 additions and 1 deletions

View File

@@ -255,6 +255,12 @@ A specific scenario from a feature can be run by adding `:<line-number>` at the
>
> STORAGE_DRIVER=owncloudsql
`STOP_ON_FAILURE`: to stop running tests after the first failure
> Example:
>
> STOP_ON_FAILURE=true
### Use Existing Tests for BDD
As a lot of scenarios from `test-acceptance-from-core-api` are written for oC10, we can use those tests for Behaviour driven development in oCIS.