Skip to content

Commit

Permalink
ci: generate some applications with new E2E modules
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Aug 23, 2024
1 parent b9d6135 commit 85a0653
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests-ci/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 85a0653

Please sign in to comment.