当我直接从Windows PowerShell运行Behat测试时,输出的格式为color:
但是当我使用命令runbehat.php
:
php runbehat.php
时
<?php
echo system(__DIR__.'/bin/behat --profile local');
它产生:
如何让它以彩色显示?
答案 0 :(得分:0)
添加--colors
选项。
您可以使用-h
显示的behat帮助:
--colors Force ANSI color in the output. By default color support is
guessed based on your platform and the output if not specified.