-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better Android example #547
Comments
Excellent! Please add a reference in History.md when you close an issue. That's the only place users go to learn what's new in a release. |
mfellner
added a commit
that referenced
this issue
Aug 27, 2013
Sorry, forgot that! Already done. 1fc71f0 |
mfellner
added a commit
that referenced
this issue
Sep 6, 2013
# By Aslak Hellesøy (9) and others # Via Dmytro Chyzhykov (2) and others * master: [TestNG] Java Calculator TestNG example project - #579 issue. [Jython] Access to scenario in Before and After hooks. Closes #582. Scenario Outlines: Replace tokens in the names of the generated "Example Scenario"s. Change some remaining Cucumber.Options to CucumberOptions No longer used No longer used master is SNAPSHOT Java Calculator TestNG example project. Enable Wicket example, using HtmlUnitDriver so it runs on Travis. Upgraded maven plugins. is deprecated in favour of . Closes #549 Disable wicket example for now Updated History.md with Android improvements. Ref #547 and #574. Attribution. Fix broken test. Closes #568 Enable wicket example. Removed incorrect comment about cargo requiring Java 7. It does not. (Jetty 9 does, but we're on 8 now). #568 Inherit Information of @Cucumber.Options
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current
cucumber-android-test
module is a little weak - it doesn't interact with the app att all, it only verifies that cucumber runs on the device.We should remove that module and instead have a
examples/android-something
project with a very simple app with some simple widgets. For example a button that updates a field when pressed. I guess the stepdefs should use robotium, but I'm not sure.The text was updated successfully, but these errors were encountered: