yamlexception:在类org.testng.xml.xmlsuite上找不到属性“metrics”

dy2hfwbg  于 2021-05-27  发布在  Spark
关注(0)|答案(0)|浏览(270)

我在执行yaml文件时遇到以下错误。谁能帮我弄清楚吗。如果需要更多的信息,请告诉我。

org.testng.TestNGException: org.yaml.snakeyaml.error.YAMLException: Unable to find property 'metrics' 
on class: org.testng.xml.XmlSuite
at org.testng.TestNG.parseSuite(TestNG.java:333)
at org.testng.TestNG.initializeSuitesAndJarFile(TestNG.java:353)
at com.intellij.rt.testng.IDEARemoteTestNG.run(IDEARemoteTestNG.java:39)
at com.intellij.rt.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:110)
Caused by: org.yaml.snakeyaml.error.YAMLException: Unable to find property 'metrics' on class: 
org.testng.xml.XmlSuite

code
---------

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题