健身检查通过property.xml查看在特定文件夹中生成的所有验收测试,并找到所有已关闭的测试。它还具有SVN检查器,可以汇总所有关闭的AT并收集svn-commit、帐户用户。结果是一个带有AT名称的HTML文件,链接到本地FitNesse,包含最后更改者和修订数据。使用方法:克隆存储库,执行以下命令:


git clone git@github.com:artemgrygor/fitnesse-check.git

npm install

或下载为zip。要求您安装svn command。配置时,在文件夹中创建svn.conf.js文件,内容如下:


module.exports = {

  tsvn: {

    ttcwd: '<path>',

    ttusername: '<account>',

    ttpas: ''

  }

};

</account></path>