-
Why are you starting this discussion?Product Feedback What GitHub Actions topic or product is this about?General Discussion DetailsWe built a GitHub Action that analyzes test failures with AI. It parses JUnit XML, explains root cause, classifies app bug vs test bug, and scores flakiness. Results posted as PR comments. Works with any JUnit XML framework (Playwright, Cypress, Jest, pytest, WebdriverIO, etc). https://github.com/marketplace/actions/fixsense-ai-test-failure-analysis Would love feedback from the Actions community! |
Beta Was this translation helpful? Give feedback.
Answered by
CopilotMe
Mar 10, 2026
Replies: 1 comment 1 reply
-
|
I have a few question:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the great questions!
Privacy & data handling
Only the test name, error message, and stack trace from JUnit XML are sent to our API for analysis. We don't send your source code, environment variables, or any other repo content. We never store raw test output beyond the analysis window. All API communication is encrypted over HTTPS, and analysis results are strictly bound to your account - no other user or team can access them. We are fully GDPR-compliant and will never share, sell, or expose your test data to third parties. Your data is never used to train AI models. Data retention depends on your plan (7 days on Free, 60 days on Pro). You can delete your data anytime from the…