gcdtech/speculator
最新稳定版本:1.0.3
Composer 安装命令:
composer require gcdtech/speculator
包简介
A tool for displaying software specifications with their unit test status.
README 文档
README
Speculator is a small self contained web server present software specifications and the status of unit tests covering those specifications.
Install
Use composer require gcdtech/speculator
Usage
Note these examples assume your bin-dir composer property is set to "bin/". If yours differs be sure to change the path to speculator.
Invoke speculator using the terminal:
bin/speculator [pathtospecs] [pathtotests] [bootstrap-php-file]
Or create a speculator.json file in the same folder e.g.
{
"specs-dir": "specs",
"tests-dir": "tests/unit",
"bootstrap": "tests/_bootstrap.php"
}
And this invoke in a simpler way:
bin/speculator
Specification Documents
Specification documents are simply markdown files that live in a folder normally called specs.
index.md should exist as an root entry page.
Create links between your pages in the normal markdown way.
Inject a unit test assessment using the following syntax:
(@Path/To/Unit/Test::testMethodName)
If this exists inside a bullet item then the bullet style will change to a tick or an x depending on the test success. Otherwise a tick or x will be dropped in place of the test marker.
Extended markdown syntax
This project uses the erusev/parsedown-extra parser for markdown which provides a range of additional markdown goodies.
统计信息
- 总下载量: 13.6k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2017-02-09