Browse Source

docs(readme): operation chinese readme

Signed-off-by: ChasLui <chaslui@outlook.com>
pull/612/head
ChasLui 3 years ago
parent
commit
af0ab5868d
  1. 4
      markdown/readme/chinese.md

4
markdown/readme/chinese.md

@ -221,15 +221,13 @@ npm run dev
## 在本地运行 Cypress 测试
```shell
```bash
# 安装开发依赖(cypress)
npm install
# 使用 docker compose 运行所需的服务
docker-compose -f ./docker-compose-cypress.yml up
# 等到 3000 和 8080 端口都可用时,使用以下命令运行Cypress测试
npm run cypress:run

Loading…
Cancel
Save