Skip to content

JonasArcayo/send-test-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

send-test-report

npm version Build Status Coverage Status

Process and analyze test reports in CTRF format with ease.

Table of Contents

Installation

npm install --save-dev send-test-report

If you're using TypeScript, add the types to your tsconfig.json:

{
  "compilerOptions": {
    "types": ["send-test-report"]
  }
}

Usage

npx send-test-report --report "path/to/ctrf-report.json" --webhook $WEBHOOK_URL --notify "slack"

Caveats

  • 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

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published