Relative Content

Tag Archive for androidandroid-studiogradlecucumberbuild.gradle

Execute Android Project via command line (gradle) does not work

I have a project to run e2e tests. All the test code is in the androidTest folder.
I use cucumber to create and execute custom test steps.
I can start the tests in AndroidStudio using the run button.
Running the tests in a console using the gradle command does not work.