Codeception / Codeception/module-webdriver

How to include url where webdriver test failed?

未關閉
#44 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
PHP
星號
39
分支
25
PR 合併指標
30 天內沒有已合併 PR

描述

I want to push url where test failed in standard html report

### Details

support/MyHelper.php I have this code:
```php
public function _failed(TestInterface $test, $fail)
{

$url = $this->getModule('WebDriver')->_getCurrentUri();
//HOW TO DO HERE SOMETHING LIKE "$I->comment($url);"?
parent::_failed($test, $fail); // TODO: Change the autogenerated stub
}
```
So I want to include some analog of `$I->comment($url_of_failed_test); `to push it in each failed test in html report. How to do it without make _failed function in each my test?

* Codeception version: 2.5.1
* PHP Version: PHP 7.1.17
* Operating System: centos
* Installation type: Composer

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。