Skip to content

Changes for Telemetry in Azure Test Plan Task #19774

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

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

adityashahms
Copy link
Contributor

@adityashahms adityashahms commented Apr 15, 2024

Task name: AzureTestPlanV0

Description: Adding CI telemetry to drive usage metrics

Documentation changes required: (Y/N) N

Added unit tests: (Y/N) N

Attached related issue: (Y/N) N

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

Testing:

  • Sample JSON Body Object for Maven:
{
  "builduri": "vstfs:///Build/Build/553",
  "buildid": "553",
  "TestSelector": "automatedTests,manualTests",
  "totalNumOfManualTestPoint": 3,
  "totalNumOfAutomatedTestPoint": 4,
  "totalNumOfTestSuites": 1,
  "manualTestFlowReturnCode": 0,
  "isJavaMavenExecution": true,    // Incase of multi-language. We would have the rest of the language objects as well
  "automatedTestFlowReturnCode": 1
}

  • Pipeline Run
    image
  • Run Information and Result Breakdown
    This information is available from Test Run Feature Telemetry and PublishTestResult Telemetry since we have leveraged APIs and PTR library directly.

@adityashahms
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Copy link
Contributor

@eswarnathp eswarnathp left a comment

Choose a reason for hiding this comment

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

Added comments

Copy link
Contributor

@eswarnathp eswarnathp left a comment

Choose a reason for hiding this comment

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

lgtm

@adityashahms adityashahms merged commit b64299d into master Apr 16, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants