getappmap / appmap-ruby

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

feat: Mirror test folder structure #327

Open kgilpin opened 1 year ago

kgilpin commented 1 year ago

AppMaps recorded from rspec and minitest are written to sub-folders of appmap_dir. The sub-folders mirror the test directories.

This behavior can be disabled with APPMAP_MIRROR_TEST_FOLDERS=false.

This is a DRAFT because we need to verify that AppMaps arranged into folders will work properly with the VSCode and JetBrains extensions.

Example

Screen Shot 2023-05-08 at 12 15 20 PM