You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
About 80% percent of tests in Janbanery are integration tests - well it's a client lib to an API so it makes sense to check if it's really working the way it should. Having that said, there is one downsite do this - we actually do call Kanbanery in 80% of our tests. This makes them "not super fast" and the second thing this implies is: you have to provide Janbanery with a valid Kanbanery API key to run integration tests.
The tests all use this properties file src/test/resources for getting valid API keys and username/pass for it. This file is, for obvious reasons, not version controlled (it's included in .gitignore) so you may safely create the file and start hacking.
Here's how it should look like (there's an janbanery.example.properties you can use as a template in the same folder):