天天看點

選中testNG.xml執行測試套件,出現ElementTraverlsal找不到

解決方法:添加依賴xml-apis

<!-- https://mvnrepository.com/artifact/xml-apis/xml-apis -->

<dependency>

    <groupId>xml-apis</groupId>

    <artifactId>xml-apis</artifactId>

    <version>2.0.2</version>

</dependency>

繼續閱讀