mpolynskyi
Results
1
issues of
mpolynskyi
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...