mheap / phpunit-github-actions-printer
PHPUnit 打印机,用于在 GitHub Actions 上添加测试失败的注释
v1.5.1
2021-01-09 18:11 UTC
Requires (Dev)
This package is auto-updated.
Last update: 2024-09-06 18:52:39 UTC
README
您可以在 mheap/phpunit-matcher-action 找到一种无需配置即可实现此功能的零配置方法
这是一个使用 GitHub Actions 的 ::error
和 ::warning
功能来为失败的测试运行添加注释的 PHPUnit 打印机。与上述打印机的主要区别在于,它支持添加警告,而不仅仅是错误。
如果您想了解更多关于 GitHub Actions 的信息,请在此处注册
用法
将此打印机添加到您的项目中
composer require --dev mheap/phpunit-github-actions-printer
当您运行测试时,指定 mheap\GithubActionsReporter\Printer
作为要使用的打印机
./vendor/bin/phpunit --printer mheap\\GithubActionsReporter\\Printer /path/to/tests