atomist-attic / rug

DEPRECATED Runtime for Rugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for @IntegrationTest decorator for handlers

kipz opened this issue · comments

It should:

  • behave like a command handler (in terms of invocation via cli/bot)
  • not be exposed to the bot unless @Intent is added (just like Command Handlers)
  • add some meta-data to the underlying JVM model to indicate that this is a test

The CLI could then use this metadata to group integration tests together, run them etc.