We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369807e commit 84c895eCopy full SHA for 84c895e
lib/appmap/minitest.rb
@@ -142,6 +142,7 @@ class ::Minitest::Test
142
alias run_without_hook run
143
144
def run
145
+ GC.start
146
AppMap::Minitest.begin_test self, name
147
begin
148
run_without_hook
lib/appmap/rspec.rb
@@ -87,6 +87,7 @@ def initialize(example)
87
end
88
89
warn "Starting recording of example #{example}@#{source_location}" if AppMap::RSpec::LOG
90
91
@trace = AppMap.tracing.trace
92
@webdriver_port = webdriver_port.()
93
0 commit comments