On Wed, Oct 25, 2017 at 10:31 AM Jesse Glick <[email protected]> wrote:
> On Wed, Oct 25, 2017 at 3:15 AM, Valerie Fernandes > <[email protected]> wrote: > > Use ATH minimally for testing the integration of plugins with each other > > I actually prefer to do most integration testing using `JenkinsRule` > as well—you simply add a `test`-scoped dependency on another plugin > (if not already in your dependency tree anyway), and you are good to > go. > > ATH is good for tests that specifically cover the UI, or that demand > an unusually high fidelity to production behaviors in certain areas > such as class loading. > > To further support Jesse's comment, I use JTH based tests with JenkinsRule for git plugin and git client plugin tests. I don't use any ATH based tests for git plugin or git client plugin. There are others who have written ATH tests of git plugin and git client plugin. Mark Waite > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1ZFmR-iDLzF7RdXJ_Z7ZMYv1Ao7q_rp%2BaQEF-k2buCew%40mail.gmail.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAO49JtFtfV7YTDmjqParYR7BoqNqTRg9b_ujYSMBdwrwfsss4w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
