0

I have testNG tests that extends from base class:

@SpringBootTest(classes = {Application.class})
public class BaseIntegration extends AbstractTransactionalTestNGSpringContextTests  {}

I would like to skip whole test class based on configuration without loading spring context (as it takes 20 seconds to load it).

Is it possible?

patryks
  • 650
  • 2
  • 15
  • 32

0 Answers0