wiki.techinc.nl/tests
Timo Tijhof a05b12a1ce phpunit: Restore default progress reporter and add MWTestDox option
Using TestDox is imho not ideal to use by default:

* Far too noisy as a default, making it difficult to iterate by
  not having previous output nearby.

* The custom "Logs generated" we add for debugging don't actually
  show up, not in the original failure that is buried between success
  mesages, and not in the summary.

  This is imho a requirement both for CI and local dev.

* Test failures are immediately buried and flown past with a lot
  of other information.

Proposal:

* Restore default printer as this commit does, with the previous
  override for adding custom logs.

* Once MWTestDox works correctly per the above, enable it by
  default for CI only, by adding `--printer MWTestDox` to
  phpunit:entrypoint in composer.json, which is basically only
  for use by CI.

  The vendor/bin/php, composer phpunit, and phpunit.php calls,
  and IDE integrations would would remain unaffected.

  One can easily pass `--printer MWTestDox` to bin/phpunit if
  preferred locally, or invoke `composer phpunit:entrypoint -- ...`
  instead at that point.

Bug: T297287
Change-Id: I03391e2da1192156e220819d97ca7d8370199801
2022-06-12 19:22:57 +00:00
..
api-testing Rest: Remove {domain} param from TransformHandler 2022-06-02 19:37:51 +01:00
common phpunit: Restore default progress reporter and add MWTestDox option 2022-06-12 19:22:57 +00:00
parser ParserTestRunner: Fix wiki url for Parsoid-specific config 2022-06-09 10:00:25 -04:00
phpunit phpunit: Restore default progress reporter and add MWTestDox option 2022-06-12 19:22:57 +00:00
qunit Merge "Add put() and delete() shorthands to rest.js" 2022-05-31 18:51:25 +00:00
selenium wdio-mediawiki: Release 2.1.0 2022-05-19 13:45:00 +02:00
.htaccess