aapt to buku: add Chinese translation (#4846)

This commit is contained in:
zhouquan
2020-11-04 14:12:56 -06:00
committed by GitHub
parent 7820f75085
commit 8f73cca2e7
28 changed files with 597 additions and 3 deletions

28
pages.zh/common/behat.md Normal file
View File

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