# cypress-api-project **Repository Path**: mathmost/cypress-api-project ## Basic Information - **Project Name**: cypress-api-project - **Description**: javascript接口以及UI自动化库 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-25 - **Last Updated**: 2021-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cypress-api-project 1. 安装好npm后,本地新建一个目录,cd到该目录
npm init -> 生成package.json配置文件
npm install cypress --save -> 安装cypress包 2. 启动
方式一
  使用 node_modules/.bin/cypress open
方式二
  npx cypress open
方式三
  yarn run cypress open