From 0ac6b9df2825cf1434670b6a43c693758bd04892 Mon Sep 17 00:00:00 2001 From: Guillaume Renard Date: Wed, 27 Sep 2023 10:53:35 +0200 Subject: [PATCH] NXP-32093: Add npx install step to fix frontend unit tests --- ci/Jenkinsfiles/build.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfiles/build.groovy b/ci/Jenkinsfiles/build.groovy index bc3d093b..cda6f4bc 100644 --- a/ci/Jenkinsfiles/build.groovy +++ b/ci/Jenkinsfiles/build.groovy @@ -119,7 +119,7 @@ pipeline { nxWithGitHubStatus(context: 'utests/frontend') { dir('nuxeo-coldstorage-web') { sh 'npm install --no-save playwright' - sh 'npx playwright install-deps' + sh 'npx playwright install --with-deps' sh 'npm run test' } }