html 보고서 생성:
1, squeeze user_register/ --format html --out=/var/www/features_report.html
2, 브라우저에 http를 입력하세요./ /127.0.0.1/features_report.html 보고서를 봅니다.
3. 다른 사람들은 브라우저에 http://10.0.2.99/features_report.html을 입력해야 합니다. ==>10.0.2.99는 제가 테스트 프로그램을 실행하는 테스트 머신입니다. 즉, 테스트 보고서가 저장됩니다. 10.0.2.99/var/www/ 디렉토리.
4. config/cucumber.yml 파일을 구성합니다. 이 파일은 support 디렉터리에 있습니다.
입력:
drhel31_cucumber_report: --format 진행 --format html --out=/var/www/drhel31_cucumber_report.html
drhel21_cucumber_report: --format 진행 --format html --out=/var/ www/drhel21_cucumber_report.html
5, Cucumber user_register/ -p drhel31_cucumber_report는 실행 시 먼저 Cucumber의 yml 구성을 식별합니다.
이 보고서는 보고서가 실행되는 시스템의 /var/www/ 디렉토리에 생성되며 이름은 drhel31_cucumber_report.html입니다.
위 내용은 오이는 HTML 보고서 구현 단계를 생성합니다.의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!