public class Junit47WithCucumberIT
extends SurefireJUnit4IntegrationTestCase
Tests the JUnit 47 provider with the cucumber runner. At the moment, they don't play along that perfectly (minor
glitches in the reports with parallel=classes), but at least all tests are executed, the execution times are counted
correctly and failing tests are reported. The main problem that the junit47 provider has with the cucumber runner is
that the junit Description instance created by the runner has a null test class attribute.
- Author:
- agudian