sbt / sbt-cucumber

Cucumber plugin for SBT.
Other
20 stars 14 forks source link

Test file does not recognize .feature file #8

Closed MatheusHSA closed 5 years ago

MatheusHSA commented 5 years ago

Quando executo o arquivo de teste ele não reconhece o arquivo .feature. This is what I use on sbt:

"io.cucumber" % "cucumber-core" % "4.3.0" % "test",
"io.cucumber" %% "cucumber-scala" % "4.3.0" % "test",
"io.cucumber" % "cucumber-jvm" % "4.3.0" % "test",
"io.cucumber" % "cucumber-junit" % "4.3.0" % "test"

This is the answer that I receive:

jul 23, 2019 2:40:05 PM cucumber.runtime.FeaturePathFeatureSupplier get
AVISO: No features found at classpath:src/test/functional/features

0 Scenarios
0 Steps
0m0,308s

Thanks in advance.

MatheusHSA commented 5 years ago

I managed to solve the problem. I simply added a / at the end of the file location.