On Windows 10 running "invoke test" after fixing invoke.yml to run on windows
run:
echo: true
pty: false
shell: C:\Windows\System32\cmd.exe
I get the following:
(.venv_py) C:\Development\behave\behave.example>invoke test
�[1;37mc:\development\behave\behave.example\.venv_py\scripts\python.exe bin/behave -f progress features�[0m
Traceback (most recent call last):
File "bin/behave", line 1, in <module>
behave_run.py
NameError: name 'behave_run' is not defined