maven – Setup Selenium webdriver Java project using semaphore CI CD Tool
im trying to run selenium webdriver scripts in java and deploy it though semaphore CI CD tool.
Im using TestNG and maven, but im new and dont know how to proceed.
Error im getting is: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project TestAutomation: Fatal error compiling: error: invalid target release: 19 -> [Help 1]00:05
[ERROR]
I want to run one jave file only, am i writing this correctly:
mvn -Dtest=NewTemplate test
Read more here: Source link
