Skip to content
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

Adding Test Case for Azure Test Plan Task's Manual Flow #19823

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

adityashahms
Copy link
Contributor

@adityashahms adityashahms commented Apr 29, 2024

Task name: Azure Test Plan Task V0

Description: Added unit test case for manual flow of Azure Test Plan Task

Documentation changes required: (Y/N) N

Added unit tests: (Y/N) Y

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

Local Coverage Report:
image

@adityashahms adityashahms changed the title Adding initial Files Adding Test Case for Azure Test Plan Task's Manual Flow Apr 29, 2024
@@ -97,6 +97,7 @@ export async function getTestPlanDataPoints(testPlanInputId: number, testSuitesI
token = testCasesResponse.continuationToken;

for (let key in testCasesResponse) {
console.log(`Key iteration: ${key}`);
Copy link
Contributor

Choose a reason for hiding this comment

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

required?

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.

None yet

2 participants