dockerfile updated for e2e

This commit is contained in:
Sidharth Bamba
2021-09-27 11:10:55 +05:30
parent e4d2d059e3
commit e378e3e263

View File

@@ -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; \