Tag: bash
Bash script to run a Gradle flaky test a hundred times
Today, I was fighting a flaky test in a Micronaut project. I used this simple bash script to run the test a hundred times.
Bash Script to run the same test multiple times in a Gradle build
The following code contains a bash script I wrote to fight a flaky test.
Read a property from gradle.properties with a bash script
Personal blog of Sergio del Amo