getappmap / appmap-ruby

AppMap client agent for Ruby
https://appland.org
Other
100 stars 13 forks source link

Minitest recording can be selectively disabled using tags #350

Closed kgilpin closed 8 months ago

kgilpin commented 8 months ago

Similar to the RSpec feature, enable minitest test cases to be selectively disabled via integration with https://github.com/jbodah/minitest-tagz.

kgilpin commented 8 months ago

It looks like the tag_map is where we would look for the configured tags - https://github.com/jbodah/minitest-tagz/blob/master/lib/minitest/tagz.rb#L49

They are populated here - https://github.com/jbodah/minitest-tagz/blob/3c05b40b24a52c5fdec207c32ee8f7b336f87471/lib/minitest/tagz/patcher.rb#L30

kgilpin commented 8 months ago

:tada: This issue has been resolved in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: