Maven pom有工作黄瓜

时间:2017-01-22 19:25:17

标签: eclipse maven cucumber

当我进行非常基本的黄瓜测试时,我继续得到一个小小的“找不到格式化程序”错误。

有什么想法吗?我真的希望人们让IT 轻松,设置/咆哮总是那么痛苦

下面是我的maven pom,但首先是我得到的错误:

java.lang.NoClassDefFoundError:gherkin / formatter / Formatter

无论如何,我会给那些提出这个解决方案的人提供500点赏金,这很荒谬。

import utils
import os
print(utils.fileReader('holderFile.py'))
test = utils.fileReader('holderFile.py')
for i in test:
    if(i == ''):
        os.system('')  #this allows for it to read spaces in the file
    else:
        os.system('python3 ' + i)
        print(i)
os.system('python3 exit()')
#os.system("sudo python scale1.py")


print('Done')

1 个答案:

答案 0 :(得分:1)

好的,所以黄瓜的文件很糟糕。

每个人都应该感到难过。

但是!非常棒的人提出了这个skellington文档: this is amazing

这是黄瓜乐趣所需要的所有东西(hahhaha!),它支持maven,ant,等等。

这是非常有用的,它不容忽视 - 我认为我的问题是一个腐败的maven下载(我的防火墙中途踢了一下?idk)但是使用它只是让一切都变得可爱。

感谢那些不会读这篇文章的人,因为idk如何标记它!