@rkeazor Spek’s stye of testing is really descriptive and it has a great api. Closely matches BDD test style in other languages, which can be a plus if your familiar with those, or if your porting a project from one of those languages and it has good test coverage. Overall I’m very pleased with it, but has some rough edges - tooling and reporting are not as well supported as the Junit ecosystem (for example, running a single test from IDE is not support) but I think that will come.
oh, I have been using this plugin, but have not seen an integration that allows me to right click on a spec and run it. In this case I mean a single ‘it()’ or ‘given()’
j
jk
01/30/2018, 2:02 PM
yes - clicking on a single
it()
works for me
jk
01/30/2018, 2:05 PM
could you be hitting this limitation when you have