Will it possible to get the full runner tree functionality with non-junut tests? eg, - traverse to test code node - run a selected test - debug a selected test
I still tend to create @Test methods because loosing the ability to run/debug individual tests is too much of a produtivity loss relative to a nicer syntax.
Yes, I'll add supporting 2.8 for Specs soon.
Best regards,
Alexander Podkhalyuzin.
Specs 1.6.1 for 2.8 support just added. Please wait today's release of new plugin version.
Best regards,
Alexander Podkhalyuzin.
Specs run now with 2.8.Thanks!
Will it possible to get the full runner tree functionality with non-junut tests? eg,
- traverse to test code node
- run a selected test
- debug a selected test
I still tend to create @Test methods because loosing the ability to run/debug individual tests is too much of a produtivity loss relative to a nicer syntax.
And I also just noticed that with Specs, no breakpoints are hit when debugging entire test.