Page MenuHomePhabricator

Phester: allow test suites to be filtered by tag
Closed, InvalidPublic

Description

Phester should provide a way to filter test suites by tag. Tags are specified in the test suite files. On the command line, the --tags option can be used to specify a list of tags to include, and --exclude-tags can be used to specify a list of tags to exclude. Both can be combined.

Filtering happens after scanning but before dependency resolution, so fixtures only needed by test suites that got filters out are not executed.

Event Timeline

CCicalese_WMF subscribed.

We will not be building Phester.