cypress的命令

Dennis Zhang - Jul 28 - - Dev Community
  • 运行所有测试用例
npx cypress run
Enter fullscreen mode Exit fullscreen mode
  • 运行指定spec
npx cypress run --spec "cypress\intergration\demo.spec.js"
Enter fullscreen mode Exit fullscreen mode
  • 有无头切换(有在浏览器运行,无只在命令行运行)
npx cypress run --headed
Enter fullscreen mode Exit fullscreen mode
  • 指定浏览器
npx cypress run --browser=chrome
Enter fullscreen mode Exit fullscreen mode
  • 打开cypress工具
npx cypress open
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . .
Terabox Video Player