Hey everyone! I’m having an issue running both my ...
# spek
l
Hey everyone! I’m having an issue running both my Spek tests and my existing Spring unit tests that are run with
junit4.SpringRunner
. How would I set up my maven
pom.xml
file to use both the Spek test runner and the existing SpringRunner in the same test process? Sorry I’m a bit new to all of this, so thank you all for your patience and help!