- Issue created by @joachim
- Status changed to Closed: works as designed
about 1 year ago 10:54pm 4 June 2024 - 🇦🇺Australia mstrelan
See Changes required for PHPUnit 10 compatibility →
HTML output detailed list of generated links is opt-in
To avoid overcrowding the output in CI environments, browser tests will no longer print by default the individual links in the test run report. The output in Drupal testing environment is saved as an artifact that can be browsed or downloaded from Gitlab. However, if you need to print the individual links locally you can set the BROWSERTEST_OUTPUT_VERBOSE environment variable to "true".
See also HtmlOutputLogger and adjacent code.
See also phpunit.xml.dist.