This commit is contained in:
Sidharth Bamba
2021-10-18 16:49:29 +05:30
parent 45f62894f7
commit 01c2271468

View File

@@ -38,9 +38,12 @@ RUN bash -c " \
if [ $FLAVOR = E2ETEST ] ; then \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.CustomerDataCleanup; \
if [[ $? -eq 0 ]]; then \
echo 'Tests passed'; \
fi; \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.BrowserStackInit -PtestType=\"e2e\" executeE2ETests; \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.MockDataCleanup ; \
\
elif [ $FLAVOR = DEV ] ; then \
./gradlew clean \