繁体   English   中英

Cucumberl(Erlang)/ Ubuntu错误,无法执行.feature文件

[英]cucumberl(Erlang) / Ubuntu error, can't execute .feature file

我遇到了来自https://github.com/membase/cucumberl的 Cucumber问题,该问题与运行.feature文件源有关的一些已知问题: https : //github.com/membase/cucumberl/issues/13

这里有没有人知道可能的解决方法?

我得到的错误:

cucumberl:run("./examples/simple_sample/features/simple_sample.feature").
** exception throw: {error,nofile}
     in function  cucumberl:run_tree/2 (src/cucumberl.erl, line 41)

{error,nofile}异常表示应用程序试图打开文件但找不到。 最可能的原因是它使用的路径比您想象的要多。 尝试使用文件的绝对路径而不是相对路径。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM