Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@opentelemetry/instrumentation-cucumber
Advanced tools
OpenTelemetry instrumentation for `@cucumber/cucumber` automated tests runner
This module provides automatic instrumentation for the @cucumber/cucumber
module, which may be loaded using the @opentelemetry/sdk-trace-node
package and is included in the @opentelemetry/auto-instrumentations-node
bundle.
If total installation size is not constrained, it is recommended to use the @opentelemetry/auto-instrumentations-node
bundle with @opentelemetry/sdk-node for the most seamless instrumentation experience.
Compatible with OpenTelemetry JS API and SDK 1.0+
.
npm install --save @opentelemetry/instrumentation-cucumber
@cucumber/cucumber
versions >=8.0.0 <11
const { NodeTracerProvider } = require('@opentelemetry/sdk-trace-node');
const {
CucumberInstrumentation,
} = require('@opentelemetry/instrumentation-cucumber');
const { registerInstrumentations } = require('@opentelemetry/instrumentation');
const provider = new NodeTracerProvider();
provider.register();
registerInstrumentations({
instrumentations: [
new CucucmberInstrumentation({
// see below for available configuration
}),
],
});
Cucumber instrumentation has currently no options.
Options | Type | Description |
---|
This package uses @opentelemetry/semantic-conventions
version 1.22+
, which implements Semantic Convention Version 1.7.0
Attributes collected:
Attribute | Short Description |
---|---|
code.filepath | The source code file name that identifies the code unit as uniquely as possible. |
code.function | The method or function name, or equivalent. |
code.lineno | The line number in code.filepath best representing the operation. |
code.namespace | The "namespace" within which code.function is defined. |
Apache 2.0 - See LICENSE for more information.
0.13.0
opentelemetry-test-utils
opentelemetry-host-metrics
, opentelemetry-test-utils
FAQs
OpenTelemetry instrumentation for `@cucumber/cucumber` automated tests runner
The npm package @opentelemetry/instrumentation-cucumber receives a total of 615,783 weekly downloads. As such, @opentelemetry/instrumentation-cucumber popularity was classified as popular.
We found that @opentelemetry/instrumentation-cucumber demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.