Follow-up to #2469721: Add functionality to store browser output to BrowserTestBase

Problem/Motivation

PHPStorm doesn't handle custom result printers well - https://youtrack.jetbrains.com/issue/WI-24808 is resolved. Drupal provides a result printer that links to the html output results for functional tests. Let's disable it for the time being.

Remaining tasks

User interface changes

None

API changes

None

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alexpott created an issue. See original summary.

alexpott’s picture

Status: Active » Needs review
FileSize
1.16 KB
dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Thank you!

benjy’s picture

+1 from me.

alexpott’s picture

So it turns out that you can customise the result printer on the command line using the --printer argument. So let's tell people about that. Unfortunately -- is not legal inside an XML comment. So now doing --printer="\Drupal\Tests\Listeners\HtmlOutputPrinter" is like doing --verbose on run-tests.

  • catch committed a2380a7 on 8.2.x
    Issue #2706113 by alexpott: Disable Drupal\Tests\Listeners\...

  • catch committed 36f026e on 8.1.x
    Issue #2706113 by alexpott: Disable Drupal\Tests\Listeners\...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.2.x and cherry-picked to 8.1.x. Thanks!

It's sad having to degrade the experience for everyone else due to a proprietary IDE (which I don't use personally). Hopefully they'll fix that bug soon.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

jibran’s picture