LucasLanfredi
2 years agoNew Contributor
My cumcumber test didn't works
I'm trying to run a test for the Service getEnderecoResponse, but it's not working. The ConsultaEnderecoServiceSteps test seems to run, but I'm getting this error: FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':test'.
No tests found for given includes: com.wipro.calculadoraFrete.ConsultaEnderecoServiceSteps
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
- Get more help at https://help.gradle.org BUILD FAILED in 3s 5 actionable tasks: 3 executed, 2 up-to-date
I've included the structure of my project for you to take a look. This is my first test, I hope you can help me.
In the ConsultaEnderecoService file, when I click to run, it shows "Nothing here".