PyCharm: How to run behave.exe?
behavior, pycharm, python
Solution
You can configure your run as per your purpose please have a look to screenhots here:
taken from: http://automated-testing.info/t/bdd-framework-debug-testov-stepov/3392/3
Problem
I want to use behave lib in my program. I write code as in behave-tutorial. But, when I "Run" my tutorial-project, I see in PyCharm-console: ``` C:\Python27\virtualenv\Scripts\python.exe "C:/Program Files (x86)/JetBrains/PyCharmProjects/tutorial/steps/tutorial.py" Process finished with exit code 0 ``` I think what I must to use behave.exe for run my project: ``` C:\Python27\virtualenv\Scripts\behave.exe ``` How to get it?