#!/bin/bash cd "$(dirname "$0")" . ./prepare pushd .. ./gradlew testComposeJbWeb $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1 popd