0

I would like all tests in Spock to be enabled automatically when building the application. The application is written in java, maven and spring. How do I configure this?

Leonard Brünings
  • 12,408
  • 1
  • 46
  • 66
kajaa71
  • 21
  • 2

1 Answers1

0

I would recommend taking a look at https://github.com/spockframework/spock-example which contains a fully functional maven configuration for running Spock tests.

Leonard Brünings
  • 12,408
  • 1
  • 46
  • 66