如何配置pycharm来运行生菜测试

时间:2015-10-12 07:46:07

标签: python debugging pycharm lettuce

我是python的新手并使用PyCharm Community Edition 4.04。我在调试模式下运行生菜测试时遇到问题。

我有一个名为CalculatorTest的简单项目 在项目下具有以下结构。

app(文件夹)

- - - - > calculatorsteps.py

- - - - > calculator.py

测试(文件夹)

- - - - >功能(文件夹)

    -----> calculator.feature

使用命令

从命令提示符运行时,测试成功执行

生菜计算器。功能

但我无法在调试模式下运行这些测试,似乎也无法找到答案。

JetBrains支持调试生菜测试。 https://www.jetbrains.com/pycharm/help/run-debug-configuration-lettuce.html

但我没有在链接中提到的配置选项卡中获得选项(如功能文件或方案)。

This is a picture of the edit configuration window I see

期待您的支持。

0 个答案:

没有答案