• 经过验证,一下两个方法都可以满足我的需求。感谢帮助!
    1、

    public static final String FILE_SEPARATOR = System.getProperties().getProperty("file.separator");
      private static final String REPORT_DIRECTORY = ".." + FILE_SEPARATOR + "test-output";
    

    2、

    private static final String REPORT_DIRECTORY = "/";
    
  • 第一个问题暂时解决了,应该是 testng 的 jar 包版本不兼容导致的。