Skip to content
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

Incorrect Test Task in Documentation #18

Closed
commonsguy opened this issue Dec 22, 2016 · 1 comment
Closed

Incorrect Test Task in Documentation #18

commonsguy opened this issue Dec 22, 2016 · 1 comment
Assignees
Labels

Comments

@commonsguy
Copy link

The documentation states that androidConnectedTest is the Gradle task for instrumentation tests. When I run it, Gradle says that there is no such task, and indeed I cannot find one with that name:

FAILURE: Build failed with an exception.

* What went wrong:
Task 'androidConnectedTest' not found in root project 'material-components-android'.

* Try:
Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

There is a connectedAndroidTest task, in addition to the standard Android connectedCheck task. Both seem to run the instrumentation tests. I assume that one of these is the proper task.

@tec27
Copy link
Contributor

tec27 commented Jan 19, 2017

Thanks for catching that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants