【发布时间】:2018-12-21 15:54:18
【问题描述】:
我正在分享我的 github 网址
https://github.com/jino555/Keyword_framework/tree/master/src/config
请看一下
完全错误
log4j:WARN No appenders could be found for logger (utility.Log).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Exception in thread "main" java.io.FileNotFoundException: D:\Tools QA Projects\trunk\Hybrid KeyWord Driven\src\config\OR.txt (The system cannot find the path specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at executionEngine.DriverScript.main(DriverScript.java:39)
【问题讨论】:
-
请显示您的代码。链接不能代替正确的研究。到目前为止,您尝试过什么?
-
你确定这个文件真的存在吗?
-
@S.P.H.I.N.X 我试图设置一个关键字驱动的框架,github.com/jino555/Hybrid_framework/blob/master/src/main/java/…
-
@AutomatedOwl 是的,github.com/jino555/Hybrid_framework/tree/master/src/main/java/… 文件是 OR.txt
-
检查一次本地文件夹结构
标签: java selenium selenium-webdriver build-automation