dockerfile updated for e2e
This commit is contained in:
@@ -38,7 +38,7 @@ RUN bash -c " \
|
||||
if [ $FLAVOR = E2ETEST ] ; then \
|
||||
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.CustomerDataCleanup; \
|
||||
status=$? \
|
||||
if [ $status -ne 0 ]; then \
|
||||
if [ $status -ne 0 ]; then
|
||||
echo "Failed while cleaning data: $status" \
|
||||
fi \
|
||||
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.BrowserStackInit -PtestType=\"e2e\" executeE2ETests; \
|
||||
|
||||
Reference in New Issue
Block a user