-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci-visibility] Add test.framework_version
Tag to rspec
and cucumber
#1713
[ci-visibility] Add test.framework_version
Tag to rspec
and cucumber
#1713
Conversation
d72f5de
to
ac8193c
Compare
Codecov Report
@@ Coverage Diff @@
## master #1713 +/- ##
=======================================
Coverage 98.17% 98.17%
=======================================
Files 934 934
Lines 45048 45057 +9
=======================================
+ Hits 44227 44236 +9
Misses 821 821
Continue to review full report at Codecov.
|
@@ -39,6 +39,7 @@ def on_test_case_started(event) | |||
service: configuration[:service_name] | |||
}, | |||
framework: Ext::FRAMEWORK, | |||
framework_version: Gem.loaded_specs['cucumber'].version.to_s, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same suggestion as the RSpec one below.
Co-authored-by: Marco Costa <marco.costa@datadoghq.com>
7f42039
to
e212b3e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good to me.
This helps pinpoint issues with specific versions of the testing frameworks.