Skip to content

Conversation

@rossgrambo
Copy link
Member

No description provided.

@github-actions
Copy link

github-actions bot commented Jan 6, 2026

🧪 Validation Test Results

Test Name .NET Python JavaScript Spring

Workflow run: 20761734863

@github-actions
Copy link

github-actions bot commented Jan 6, 2026

🧪 Validation Test Results

⚠️ No test results found. Check individual job outputs for details.

Workflow run: 20761995216

@rossgrambo rossgrambo force-pushed the rossgrambo/add-test-automation branch 2 times, most recently from 5870d34 to 7eafd6e Compare January 6, 2026 21:14
@github-actions
Copy link

github-actions bot commented Jan 6, 2026

🧪 Validation Test Results

⚠️ No test results found. Check individual job outputs for details.

Workflow run: 20762294078

@rossgrambo rossgrambo force-pushed the rossgrambo/add-test-automation branch from 7eafd6e to 626bdf1 Compare January 6, 2026 21:26
@github-actions
Copy link

github-actions bot commented Jan 6, 2026

🧪 Validation Test Results

⚠️ No test results found. Check individual job outputs for details.

Workflow run: 20762597414

@rossgrambo rossgrambo force-pushed the rossgrambo/add-test-automation branch from 626bdf1 to 9c70074 Compare January 6, 2026 21:29
@github-actions
Copy link

github-actions bot commented Jan 6, 2026

🧪 Validation Test Results

⚠️ No test results found. Check individual job outputs for details.

Workflow run: 20762686345

if trx_file:
tree = ET.parse(trx_file)
root = tree.getroot()
ns = {'ns': 'http://microsoft.com/schemas/VisualStudio/TeamTest/2010'}
Copy link
Member

Choose a reason for hiding this comment

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

What does this script do?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm still iterating on this- the current form is not working.

In short- Trying to unify the test runs for all languages to have the same output. This would allow me to call out "Test Foo" is passing in Javascript and Python, but not Dotnet. The goal of this script is to comment on the PR with a matrix of tests x languages.

trx is a Visual Studio test result file that supposedly I can get each language to output. While it was working locally- it doesn't appear to be working within the Github Action.

In short- this needs to be changed.

@github-actions
Copy link

github-actions bot commented Jan 9, 2026

🧪 Validation Test Results

⚠️ No test results found. Check individual job outputs for details.

Workflow run: 20868428871

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