Process and analyze test reports in CTRF format with ease.
npm install --save-dev send-test-report
If you're using TypeScript, add the types to your tsconfig.json
:
{
"compilerOptions": {
"types": ["send-test-report"]
}
}
npx send-test-report --report "path/to/ctrf-report.json" --webhook $WEBHOOK_URL --notify "slack"
- The processor currently supports CTRF format only
- Performance analysis requires detailed timing information in the report
- TypeScript types are included in the package
- Environment variables can override configuration options
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
MIT