Am a first time user of python and behave stuff. I believe that, it’s supposed to run without any issues as long as installed and imported. am on the same directory. The implementation is in vs code and @given is not recognized though behave imported as shown below.
behave –version
behave 1.2.6
from behave import *
@given(‘texts’)
def step_imp():
pip3 rather than pip.