"Total tests run: 0, Failures: 0, Skips: 0"

This means that there were no tests executed at all. 
Check your test's code.
suspect you are using a wrond @Test annotation (org.junit.Test instead of org.testng.annotations.Test)



将工程import的
org.junit.Test  替换成:
org.testng.annotations.Test
即可解决

相关文章:

  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
  • 2021-05-26
  • 2021-05-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-10-02
  • 2021-08-24
  • 2022-12-23
相关资源
相似解决方案