pritahi/Falsky — AI Flaky Test Detector
Analyzes JUnit XML test results and posts a trust score report as a PR comment. Powered by Falsky Trust Engine.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| junit-xml-path | Path to JUnit XML test result file (supports glob patterns) | yes | test-results/*.xml |
| api-url | Falsky API base URL | yes | https://poly-core.vercel.app |
| api-key | Falsky API key for authentication | yes | — |
| repo-name | Repository name (auto-detected from GitHub context if not provided) | no | — |
| fail-on-flaky | Fail the action if flaky tests are detected | no | false |
| flaky-threshold | Trust score threshold below which tests are considered flaky (0-100) | no | 50 |
| comment-on-pr | Post trust report as PR comment | no | true |
| upload-artifact | Upload trust report as GitHub artifact | no | false |
Outputs
| name | description |
|---|---|
| trust-score | Average trust score across all tests |
| flaky-count | Number of flaky tests detected |
| total-tests | Total number of tests analyzed |
| report-url | URL to the full Falsky dashboard report |