From 85a06536629399f6a456c488bf593be83de03e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Mino?= Date: Fri, 23 Aug 2024 22:12:27 +0200 Subject: [PATCH] ci: generate some applications with new E2E modules --- tests-ci/generate.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests-ci/generate.sh b/tests-ci/generate.sh index 2ec5951c7bb..1d77d87017e 100755 --- a/tests-ci/generate.sh +++ b/tests-ci/generate.sh @@ -184,7 +184,8 @@ elif [[ $application == 'fullapp' ]]; then frontend_server_plugin applyModules \ "vue-core" \ - "cypress-component-tests" + "cypress-component-tests" \ + "playwright-e2e" elif [[ $application == 'oauth2app' ]]; then init_server @@ -415,7 +416,8 @@ elif [[ $application == 'vueapp' ]]; then applyModules \ "vue-core" \ "vue-pinia" \ - "playwright-component-tests" + "playwright-component-tests" \ + "cypress-e2e" elif [[ $application == 'svelteapp' ]]; then init_server