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

plugins.testcasegenerator.5.2.3.source-code.RunnerScriptPosix.vm Maven / Gradle / Ivy

The newest version!
#!/bin/bash
BASEDIR=$(dirname "$0")
echo "Compiling generated tests source files..."
javac -cp "$BASEDIR/${libsClassPath}" "$BASEDIR/${generatedTestsJavaFilePath}"
echo "Running generated tests..."
java -cp "$BASEDIR/${libsClassPath}":"$BASEDIR/${generatedTestsSourceFolder}" org.testng.TestNG ${testngXMLFile}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy