How to run TestNG suite with failsafe without unpacking dependency jar?
问题 I'd like to execute integration tests using a TestNG suite file which is contained in a dependency jar. The details of setting up the pom.xml are discussed here Here's the pom file I currently have. The problem is with the part where I need to define a suite file: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven