GithubHelp home page GithubHelp logo

axcdnt / snitch Goto Github PK

View Code? Open in Web Editor NEW
99.0 99.0 5.0 2.52 MB

Snitch is the tool that keeps your tests under surveillence.

License: MIT License

Go 91.62% Makefile 8.38%
cli go tdd testing tool

snitch's People

Contributors

axcdnt avatar victorprb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

snitch's Issues

Allow "secret" files that won't be snitched

Is your feature request related to a problem? Please describe.
There are a few occasions in which a test can be slower, so I don't want it to be run automatically.

Describe the solution you'd like
I'd like to have a file or a command line argument to inform files I want to be secret.
Something like a .gitignore (.snitchignore) sounds good.

Colorize stdout according to test status

Is your feature request related to a problem? Please describe.
The idea is to colorize test output according to the status, e.g.:

Success = green
Fail = red

Describe the solution you'd like
For every run, the stdout should print each line accordingly.

Describe alternatives you've considered
N/A

Additional context
There is a package called color that can be used on snitch to help accomplish this issue.

Create integration with CI server and release binaries on GitHub

This issue addresses the releases of snitch binaries through CI server. With this integration, we can add the build status on README too.

Suggestion:
Travis CI has a nice integration with GitHub, so it's an interesting candidate.
For the binary, it's possible to build it with -ldflags, showing the current version on --help output.

Add support for desktop notifications

Is your feature request related to a problem? Please describe.
A clear way to enable/disable desktop notifications. Sometimes I'm on my editor, away from the terminal and that would be nice.

Describe the solution you'd like
A support for multiple OSes by showing a minimal (title, failures, successes) desktop notifications. This could be enabled/disabled via params. I don't think a yaml or something like would add much.

I don't think there is a simple way to count successes and failures, but this could be parsed from
stdout at the cost of adding a delay before showing the notification.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.