My cumcumber test didn't works
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023
08:49 AM
04-13-2023
08:49 AM
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".
Labels:
- Labels:
-
Cucumber-JVM
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023
10:06 AM
04-13-2023
10:06 AM
My project GitHub link = https://github.com/LucasLanfredi/wipro.calculadorFrete
