Skip to content

Commit

Permalink
Add small script to run instrumented tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa authored and Pururun committed Oct 18, 2023
1 parent 85bb4b1 commit b6308af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions android/scripts/run-instrumented-tests-locally.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

set -eu

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd $SCRIPT_DIR/..
./gradlew assembleOssProdAndroidTest
./gradlew app:assembleOssProdDebug
$SCRIPT_DIR/run-instrumented-tests.sh app

0 comments on commit b6308af

Please sign in to comment.