1

我遇到了来自https://github.com/membase/cucumberl的 cucumberl问题,它在运行 .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)
4

1 回答 1

0

异常{error,nofile}意味着应用程序试图打开文件但找不到它。最可能的原因是它使用了一些其他路径作为根,而不是你想象的。尝试使用文件的绝对路径而不是相对路径。

于 2013-02-24T22:45:38.797 回答