由于代理问题,我已经在s3中上传了我的本地节点模块,在运行测试之前,我将下载这些模块,然后使用以下命令运行测试。
但是我还不能理解的错误。有人能解释一下这里出了什么问题吗?CYPRESS_CACHE_FOLDER=./cypress-cache .We expected the binary to be installed here: /home/jenkins/agent/workspace/test-builds/cypress-u
libasound2 libxtst6 xauth xvfb
要在本地Jenkins中运行Cypress脚本,我要创建一个Jenkinsfile.Jenkinsfile在Jenkins中有一个npx cypress run命令,它失败了"Your system is missing the dependency: Xvfb"。然后,我通过本地的Jenkins安装了,这是可行的!我的目标是在远程Jenkins上运行Cypress,其失败方式与<
在jenkins上运行Cypress测试时,我得到了以下错误。我们的jenkins与Docker容器集成,devs要求我在码头容器中安装pdf-parse库,这将解决这个问题。necessary for your project.11:38:29 Error: Cannot find module 'pdf-parse'
FROM cypressRUN npm install --save-dev cypress</e