生成html的報(bào)告:
1, cucumber user_register/ --format html --out=/var/www/features_report.html
2, 在瀏覽器中輸入 http://127.0.0.1/features_report.html 查看報(bào)告。
3, 別人要瀏覽器中輸入 http://10.0.2.99/features_report.html ==>10.0.2.99是我運(yùn)行測(cè)試程序的測(cè)試機(jī),也就是測(cè)試報(bào)告會(huì)存放在10.0.2.99的/var/www/目錄下。
4, 配置config/cucumber.yml 文件, 這個(gè)文件放在support目錄下。
輸入:
drhel31_cucumber_report: --format progress --format html --out=/var/www/drhel31_cucumber_report.html
drhel21_cucumber_report: --format progress --format html --out=/var/www/drhel21_cucumber_report.html
5, cucumber user_register/ -p drhel31_cucumber_report 運(yùn)行時(shí)會(huì)先識(shí)別cucumber里的yml配置。
這個(gè)report 在哪臺(tái)機(jī)子運(yùn)行就會(huì)生成在哪臺(tái)機(jī)子上的 /var/www/目錄下,且名為drhel31_cucumber_report.html