问一下,tidevice 有相关的命令可以获取到 ios 的分辨率和内存吗?
在 Linux 环境下执行 npm run cysit 的命令时,报错:
root@test:/home/ln/cypress/test-quality_testing# npm run cysit
test-quality_testing@1.0.0 cysit /home/ln/cypress/test-quality_testing
node scripts/cypress.js --env-sit
It looks like this is your first time using Cypress: 4.5.0
✖ Verifying Cypress can run /root/.cache/Cypress/4.5.0/Cypress
→ Cypress Version: 4.5.0
err Error: Cypress failed to start.
This is usually caused by a missing library or dependency.
The error below should indicate which dependency is missing.
https://on.cypress.io/required-dependencies
If you are using Docker, we provide containers with all required dependencies installed.
(Cypress:28352): Gtk-WARNING **: 14:49:34.173: cannot open display: localhost:10.0
Platform: linux (Ubuntu Linux - 18.04)
根据这个报错信息,在安装了对应的依赖后再次执行命令行时仍报错,有人遇到过这种问题吗?
想问一下,cypress 在 jenkins 上持续集成要怎么处理呢?