How to run scala BDD tests in the Eclipse IDE

I am trying to run this sample BDD test examples in my Eclipse IDE, but it looks like there are no suitable suggestions in Run Configurations for what? Also, I could not find a suitable perspective for this.

What should I do to run this test in my Eclipse IDE?

I know that I can run a test (or test suite) with the command line, but are there any integrated solutions in the Eclipse IDE?

+4
source share

Source: https://habr.com/ru/post/1386408/


All Articles