#20 楼 @shenjing8412 当然有啊!
复现了,还真的。
内容不错,但是请使用 markdown 排版。
按道理是会从你的 classpath 里面拿的。不会出现这种问题。我试验了下,
@CucumberOptions(plugin = {"pretty"}, format = "rerun:target/sample.txt")
会在 target 目录下生成 sample.txt 文件。里面记录了 feature 路径。比如你的 feature 放在 resource 下面,
➜ resources git:(master) ✗ tree
.
└── skeleton
├── belly.feature
└── belly2.feature
1 directory, 2 files
运行的时候,会讲这些文件按路径拷贝到 target 下面,然后执行。然后如果出错,
那就会在 sample.txt 里写 skeleton/belly2.feature:3
然后再次运行的话,用下面的
@CucumberOptions(features = {"@target/sample.txt"})
就会从 classpath 即 test-class 里面读取出来。
。。。到底是不是 bug?
再修改修改。 现在还是没法看。
应小兔妹子需求,置顶。
#3 楼 @lihuazhang @carl 我说的是排版,我稍微帮你改了下。我觉得大家对自己的要求都低了。你这篇文章,有两个问题:
请斧正!
我不知道大家怎么想的,还是喜欢这样风格的文章。 @chenhengjie123 @jaychang1989 @james88233
感想不错,但是排版啊,先学了发帖的排版再发帖!https://testerhome.com/markdown
-U,--update-snapshots Forces a check for missing
releases and updated snapshots on
remote repositories
现货已到,小兔开始发货物了!
updates are forced 强制更新
转载请注明出处,另外也注意下排版。 另外发帖,请注意规则。
@mads 你这个排版肯定不行啊, 连 python 的 indent 都没了。