lib/datadog/ci/test_session.rb in datadog-ci-1.10.0 vs lib/datadog/ci/test_session.rb in datadog-ci-1.11.0
- old
+ new
@@ -23,10 +23,10 @@
end
# Return the test session's name which is equal to test command used
# @return [String] the command for this test session.
def name
- get_tag(Ext::Test::TAG_COMMAND)
+ test_visibility.logical_test_session_name || "test_session"
end
# Return the test session's command used to run the tests
# @return [String] the command for this test session.
def test_command