- last update
over 1 year ago 29,929 pass, 414 fail - ๐ฏ๐ตJapan tyler36 Osaka
Patch #50 applied for me on Drupal
10.1.6
Before patch:
Time: 00:17.625, Memory: 6.00 MB
OK (4 tests, 46 assertions)After patch
Time: 00:20.306, Memory: 6.00 MB
OK (4 tests, 46 assertions) - ๐บ๐ธUnited States smustgrave
Havenโt reviewed but issue summary appears incomplete
- ๐ท๐บRussia Chi
@niklan That patch prints absolute paths to the HTML files, not URLs.
- ๐ท๐บRussia niklan Russia, Perm
Updated patch to address #61.
Also, the path to HTML output is hardcoded:
$uri = $this->htmlOutputBaseUrl . '/sites/simpletest/browser_output/' . $html_output_filename;
Maybe we should try to resolve
'/sites/simpletest/browser_output/'
usingstr_replace($this->root, '', $this->htmlOutputDirectory)
, but I'm not sure how it is reliable.