Running an Android project from the command line (gradle) does not work. In Android Studio it works
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.
Running an Android project from the command line (gradle) does not work. In Android Studio it works
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.
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.