Sha256: e485717d78468bdccbe1b7a08e437e05a7cdbd406577082b965b8137ddcae8b0
Contents?: true
Size: 558 Bytes
Versions: 5
Compression:
Stored size: 558 Bytes
Contents
# typed: true module Datadog module CI module Contrib module Cucumber # Cucumber integration constants module Ext APP = 'cucumber'.freeze ENV_ENABLED = 'DD_TRACE_CUCUMBER_ENABLED'.freeze ENV_OPERATION_NAME = 'DD_TRACE_CUCUMBER_OPERATION_NAME'.freeze FRAMEWORK = 'cucumber'.freeze OPERATION_NAME = 'cucumber.test'.freeze SERVICE_NAME = 'cucumber'.freeze STEP_SPAN_TYPE = 'step'.freeze TEST_TYPE = 'test'.freeze end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems