Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
[TDD] Long running test suite
A common approach is to split your tests by type (unit, integration, UI), or at least by speed (fast, slow). Then, always run the fast tests before check-in, but let the build/CI server run the slow tests (all the tests). This way, you're able to check in frequently but you still have the CI server there to catch anything your unit tests (the fast ones) miss. If you're not sure whether your tests are unit or integration tests, I wrote about the differences a while ago here:? Steve On Sun, May 22, 2016 at 11:25 PM, Joselito D Moreno joenmoreno@... [testdrivendevelopment] <testdrivendevelopment@...> wrote:
--
Steve Smith
|
to navigate to use esc to dismiss