2017-09-05 125 views
1

有沒有辦法讀取結果文件的執行和生成後的結果文件通過同一個項目 我用黃瓜Maven項目讀黃瓜結果文件

@RunWith(Cucumber.class) 
@CucumberOptions(features = "src/test/resources/Feature", glue = { "stepDefinition" }, plugin = { "pretty", 
     "json:target/sample.json" }, monochrome = true) 

MVN清潔測試

+0

什麼是你的問題之前? – juzraai

回答

0

您可以讀取目標目錄中的文件。

SomeClass.class.getProtectionDomain().getCodeSource().getLocation().getPath().getParentPath()+"/sample.json" 

或者可以延長JSON記者,閱讀報告這是寫