diff --git a/Jenkinsfile b/Jenkinsfile index 7305c3aed..1c30788ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -112,6 +112,7 @@ pipeline { -v ${env.WORKSPACE}/cypress-cache:/home/node/.cache/Cypress -w /app """.stripIndent()) { + sh 'pnpm exec cypress install' sh 'pnpm exec cypress run --browser chromium' } }