8714-devToTest #1547
|
@ -105,7 +105,6 @@ pipeline {
|
|||
sh 'ls -l'
|
||||
sh 'whoami'
|
||||
sh 'id -u'
|
||||
sh 'cypress install'
|
||||
sh 'cypress run --browser chromium --spec test/cypress/integration/claim/claimAction.spec.js'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM alexmorenovn/vndev:latest
|
||||
|
||||
USER node
|
||||
RUN pnpm install --global cypress@13.6.6 && cypress install
|
||||
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in New Issue