📜  cypress install - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:20.152000             🧑  作者: Mango

代码示例3
//Install Cypress
npm install cypress --save-dev or yarn add cypress --dev

//Open Cypress
node_modules/.bin/cypress open 
or 
add "cypress": "cypress open" in your package.json then npm run cypress