You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
We are going to expand the make commands related to Android testing. We currently expose a make android test that runs our unit tests. We are now thinking of spliting up this command into multiple make commands:
make android-core-test
make android-ui-test
make android-unit-test
make android test (contains all above)
We also should look into making it possible to pass in arguments to be able to run one testcase instead of the whole testsuite.
The text was updated successfully, but these errors were encountered:
We are going to expand the make commands related to Android testing. We currently expose a
make android test
that runs our unit tests. We are now thinking of spliting up this command into multiple make commands:We also should look into making it possible to pass in arguments to be able to run one testcase instead of the whole testsuite.
The text was updated successfully, but these errors were encountered: