I have maven project witch run selenium tests with maven-surefire-plugin.
Is it possible to run selenium tests without maven? For example
java -jar myTestLib.jar ...some params
I plan release my tests library and run tests with different parameters later.
Thank you.