Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,28 +1,28 @@
# behat
> 基于Behaviour-Driven Development的自动化测试PHP框架
> 更多信息: <https://behat.org>.
> 基于 Behaviour-Driven Development 的自动化测试 PHP 框架
> 更多信息 <https://behat.org>.
- 初始化一个PHP behat项目:
- 初始化一个 PHP behat 项目
`behat --init`
- 运行所有测试:
- 运行所有测试
`behat`
- 运行指定组所有的测试用例:
- 运行指定组所有的测试用例
`behat --suite={{组名}}`
- 运行所有测试,指定输入格式:
- 运行所有测试,指定输入格式
`behat --format {{pretty|progress}}`
- 将测试结果输出到指定文件:
- 将测试结果输出到指定文件
`behat --out {{路径/到/文件}}`
- 展示测试组所在的目录清单:
- 展示测试组所在的目录清单
`behat --definitions`