How to include url where webdriver test failed?
還沒有人認領這個 Issue。
評估
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 新手友好度
- 35/100
- Issue 類型
- 功能
- 描述清晰度
- 基本清楚
- 活躍度
- 停滯
- 技術堆疊
- php
- 領域
- testing-qa
研究方向
從 support/MyHelper.php 和 _failed(TestInterface $test, $fail) hook 開始,接著追蹤 Codeception 如何建構標準 HTML 報告。檢查 WebDriver 模組如何提供 _getCurrentUri(),以及失敗中繼資料如何傳遞給報告。完成的標準是:失敗的 WebDriver 測試會在 HTML 報告中包含其目前 URL,而不要求每個測試都使用 _failed。
由索引模型根據 Issue 內容生成。
描述
I want to push url where test failed in standard html report
Details
support/MyHelper.php I have this code:
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
- 主要語言
- PHP
- 星號
- 39
- 分支
- 25
- PR 合併指標
- 30 天內沒有已合併 PR
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
Codeception/module-webdriver 的其他 Issue
-
難度 5/5 一週以上 新手友好度 35/100
Codeception/module-webdriver#151 · 1 則留言 ·
-
難度 4/5 3-5 天 新手友好度 25/100
Codeception/module-webdriver#135 ·
-
難度 2/5 1-3 小時 新手友好度 38/100
Codeception/module-webdriver#130 ·
-
難度 3/5 1-2 天 新手友好度 35/100
Codeception/module-webdriver#128 ·
-
難度 2/5 1-3 小時 新手友好度 45/100
Codeception/module-webdriver#126 ·
查看 Codeception/module-webdriver 的全部 Issue
相似的 Issue
-
tooling
難度 2/5 1-3 小時 新手友好度 75/100
-
UX
難度 2/5 1-3 小時 新手友好度 70/100
ProfessionalWiki/NeoWiki#1525 ·
-
難度 2/5 1-3 小時 新手友好度 75/100
-
難度 1/5 1 小時以內 新手友好度 90/100
OpenConext/OpenConext-engineblock#2122 ·
-
Bug
難度 2/5 1-3 小時 新手友好度 70/100
Automattic/safe-publish#594 ·