You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "\rServer responded with 200 OK / Time taken: $(($(date +%s) - start)) seconds, continuing..."
break
else
echo -ne "\rAttempt $attempt: Waiting for server to be up (Might take a couple of minutes). Current status code: $http_status / Time taken: $(($(date +%s) - start)) seconds"
attempt=$((attempt + 1))
sleep 2
fi
done
if [ "$1" == "--ui" ]; then
ENV TEST_BASE_URL=http://local.dev.rvvuptech.com npx playwright test --ui
else
ENV TEST_BASE_URL=http://local.dev.rvvuptech.com npx playwright test