From 286e45652bee47bd2509f50dbe51c92ae2a776eb Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Sat, 10 Dec 2022 05:22:32 +0000 Subject: [PATCH] commit 4f058fedb02766a2239f8065ba9c82ad655d99a3 Merge: c9158b7d9 874a2bf69 Author: Benedikt Kulmann Date: Sat Dec 10 06:19:37 2022 +0100 Merge pull request #8099 from owncloud/vite-improvements --- testing/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/testing.md b/testing/testing.md index 3cc16ec8374..85c9d4f5b41 100644 --- a/testing/testing.md +++ b/testing/testing.md @@ -88,13 +88,13 @@ and make sure there are no conflicting ports and everything runs smoothly. You c Depending on the backend you want to run the tests on, you can either run ```shell -$ pnpm test:e2e:cucumber tests/e2e/cucumber/**/*[!.ocis].feature +$ pnpm test:e2e:cucumber 'tests/e2e/cucumber/**/*[!.ocis].feature' ``` for an **ownCloud 10** backend (filenames including `.ocis` are excluded) or ```shell -$ OCIS=true pnpm test:e2e:cucumber tests/e2e/cucumber/**/*[!.oc10].feature +$ OCIS=true pnpm test:e2e:cucumber 'tests/e2e/cucumber/**/*[!.oc10].feature' ``` for an **oCIS** backend (filenames including `.oc10` are excluded).