We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
startTestingEnv
1 parent 12313f7 commit b793ec9Copy full SHA for b793ec9
startTestingEnv
@@ -31,13 +31,15 @@ fi
31
32
if [[ $wait = "true" ]]
33
then
34
+ echo "Test environment started! Leave this script running while running tests."
35
# we wait for user to end the session
36
while [[ true ]]
37
do
- echo "Running test env"
38
+ echo "Test environment running..."
39
sleep 2
40
done
41
else
42
+ echo "Running all tests..."
43
# ../ because the tests are run relative to the project's folder.
44
./gradlew test
45
fi
0 commit comments