--
You received this message because you are subscribed to the Google Groups "getgauge" group.
To unsubscribe from this group and stop receiving emails from it, send an email to getgauge+u...@googlegroups.com.
To post to this group, send email to getg...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/getgauge/bc9acf0f-59c6-437a-bf8f-13436811876d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
The mapping between steps and the implementation is done via @Step annotation of methods. The steps get marked as 'Unimplemented' if doesn't find source files having implementation. Can you please try the following to fix this issue? One of these could be the reason for steps not getting mapped.
src/test/java directory is marked as test sources root in the project. Right click on the src/test/java directory and select Mark Directory as -> Test sources rootBuild -> Make project.Module SDK is set to a valid JDK under Module settings.--
You received this message because you are subscribed to the Google Groups "getgauge" group.
To unsubscribe from this group and stop receiving emails from it, send an email to getgauge+u...@googlegroups.com.
To post to this group, send email to getg...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/getgauge/3ddc590d-c6d6-4840-a6c8-da7f5763eec2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.