[Cucumber] Provide predefined steps on a java lib
Hi, I'm trying to develop a java lib to provide a set of predefined steps for Android development.
On a normal project the structure will have a feature and steps folder for testing the app, but In this case the steps are the lib itself.
So that means steps should be under src/ folder like a normal source file?
Is it possible to tell cucumber, "here you can find the steps" ?
Would you recommend to test the lib with the lib itself?
For example consider this scenario
Given I launch "SampleActivity"
Then Current activity should be "SampleActivity"
Both steps will be defined on the lib, but also can be used to test the lib itself.
Regards,
Alexis.
-- Rules --
1) Please prefix the subject with [Ruby], [JVM] or [JS].
2) Please use interleaved answers http://en.wikipedia.org/wiki/Posting_style#Interleaved_style
3) If you have a question, don't reply to an existing message. Start a new topic instead.
You received this message because you are subscribed to the Google Groups Cukes group. To post to this group, send email to cukes-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to cukes+unsubscribe <at> googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/cukes?hl=en
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
RSS Feed