This commit is contained in:
Sidharth Bamba
2021-09-27 20:39:11 +05:30
parent 917395a823
commit ed9b141b2d

View File

@@ -37,7 +37,7 @@ RUN bash -c " \
if [ $FLAVOR = E2ETEST ] ; then \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.CustomerDataCleanup \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.CustomerDataCleanup; \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.BrowserStackInit -PtestType=\"e2e\" executeE2ETests; \
if [ $? -ne 0 ] ; then exit 1 ; fi ; \
./gradlew clean :app:testDevDebugUnitTest --tests com.naviapp.MockDataCleanup; \