This is a small application to organize and document manual testing of software.
The aim is to give a tool to small teams where not everyone has a github account.
If there is no users in the database any attempt to login will create a user and log you in.
After that all users can create more users. There are no ownerships and no limits for any users (That's why it only is for small teams)
If you setup github access tokens issues reported in this tool will be created as github issues.
No configuration deployment on heroku using this button:
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
$ rspec # Will run all tests with coverage (output saved to coverage/)
# Or if you'd like to run relevant tests automatically on any file change
$ guard