Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Tag Support for Mocha, Fixes to Existing Tag Support

Compare
Choose a tag to compare
@Maciek416 Maciek416 released this 10 Nov 00:45
· 444 commits to master since this release
  • The --tags option now supports mocha suites. The README has been updated with details on how to use this support.
  • The existing --tags feature had a bug that would cause tag filtering to function as an OR instead of an AND. When using --tags=t1,t2,t3, matching tests need to satisfy t1 AND t2 AND t3 to satisfy the filter. Existing test suites may be using magellan assuming this is the case, so this release qualifies as a breaking release.