Skip to content

Conversation

jirikuncar
Copy link
Contributor

😳

@jirikuncar jirikuncar force-pushed the jirikuncar/flush-tracer branch from 37ad5b4 to 428b7a4 Compare November 25, 2021 10:21
import { Before } from "@cucumber/cucumber";
import { Before, AfterAll } from "@cucumber/cucumber";
import { ITestCaseHookParameter } from "@cucumber/cucumber/lib/support_code_library_builder/types";
import log from "loglevel";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import log from "loglevel";
import log from "loglevel";
const logger = log.getLogger("testing")

Comment on lines +49 to +51
console.log("\nTest reports:\n")
console.log("* View test APM traces and detailed time reports on Datadog (can take a few minutes to become available):")
console.log(`* https://app.datadoghq.com/ci/test-runs?query=%40test.service%3A${dd_service}%20%40ci.pipeline.id%3A${ci_pipeline_id}&index=citest\n`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log("\nTest reports:\n")
console.log("* View test APM traces and detailed time reports on Datadog (can take a few minutes to become available):")
console.log(`* https://app.datadoghq.com/ci/test-runs?query=%40test.service%3A${dd_service}%20%40ci.pipeline.id%3A${ci_pipeline_id}&index=citest\n`)
logger.info("\nTest reports:\n")
logger.info("* View test APM traces and detailed time reports on Datadog (can take a few minutes to become available):")
logger.info(`* https://app.datadoghq.com/ci/test-runs?query=%40test.service%3A${dd_service}%20%40ci.pipeline.id%3A${ci_pipeline_id}&index=citest\n`)

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had activity in the last 30 days.
Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity.

@github-actions github-actions bot added the stale label Dec 26, 2021
@dd-devflow dd-devflow bot closed this Aug 21, 2024
@dd-devflow dd-devflow bot deleted the jirikuncar/flush-tracer branch August 21, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants