stage ('cypress') {
    echo 'installing'
    sh 'npm i -g cypress'
}