All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.console-fe.test.run.sh Maven / Gradle / Ivy

if [ "$1" = "" ]; then
    npm run paralleltest
else
    npm run singletest $1 $2
fi




© 2015 - 2024 Weber Informatics LLC | Privacy Policy