TestNG plugin was working fine until yesterday. Now all tests, different classes get the same error. Running either via the class or the individual test. How can I fix this?
An internal error occurred during: "Launching Testing123".
String index out of range: -2
I created the simplest test I could think of and same result:
import org.testng.annotations.Test;
public class Testing123 {
@Test
public void testing() {
System.out.println("Hello World");
}
}
NOTE: It does appear to work if I run from a Suite, ie select a suite, right click, Run As TestNG Suite
Environment: mac Eclipse Java EE IDE for Web Developers.
Version: Oxygen.3a Release (4.7.3a) Build id: 20180405-1200 TestNG Plugin: TestNG 6.14.0.201802161500 TestNG = 6.14.x;