cypress 安装
以梅佐酒 6/21/2021 cypress
# 安装node环境
官网下载node并安装.下载地址 (opens new window)
# yarn 安装
npm install -g yarn
# cypress 安装
- 创建目录
mkdir learn-pypress
- 创建node项目
npm init -y - 安装 cypress
yarn add cypress --dev - 启动
yarn cypress open
官网下载node并安装.下载地址 (opens new window)
npm install -g yarn
mkdir learn-pypress
npm init -y
yarn add cypress --dev
yarn cypress open