Hello, I have added GroupDocs Conversion to my pom.xml as described on the website
com.groupdocs
groupdocs-conversion
20.10.2
But when running any test I get the following exception:
java.util.ServiceConfigurationError: org.testng.ITestNGListener: Provider com.aspose.ms.NUnit.services.TestNGListener not found
at java.util.ServiceLoader.fail(ServiceLoader.java:239)
at java.util.ServiceLoader.access$300(ServiceLoader.java:185)
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:372)
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
at org.testng.TestNG.addServiceLoaderListeners(TestNG.java:946)
at org.testng.TestNG.initializeConfiguration(TestNG.java:886)
at org.testng.TestNG.initializeEverything(TestNG.java:975)
at org.testng.TestNG.run(TestNG.java:988)
at org.testng.IDEARemoteTestNG.run(IDEARemoteTestNG.java:73)
at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:123)
image.png (72.3 KB)