import java.io.IOException;

import org.openqa.selenium.WebDriver;
import org.testng.Reporter;
import org.testng.annotations.Test;
public class BorwserEngin{
@Test
public void f() throws IOException {
BorwserEngin borwser=new BorwserEngin();
Reporter.log(“我在打印日志sxfsxf”);

}

}
查看TestNg运行的报告

相关文章:

  • 2022-12-23
  • 2021-08-07
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-07-12
猜你喜欢
  • 2021-05-16
  • 2021-10-11
  • 2021-08-28
  • 2021-06-21
  • 2022-01-22
  • 2021-09-14
相关资源
相似解决方案