Questions tagged [python-behave]

Behave, a Python-based BDD framework inspired by the Cucumber Framework.

Tips for Adjusting the Download Folder in Selenium with Python for Firefox

Hey there! I've hit a snag while trying to configure the Download folder in my project. My setup includes Mac, PyCharm CE, Selenium, Python, Behave, and Firefox as per project requirements. I attempted this setup from Python Selenium Firefox trouble ...

Generate a personalized report for the Behave Python framework, requiring retrieval of both the Scenario Name and its corresponding status

Looking to generate a personalized report for the Behave and Python framework. The goal is to retrieve the Scenario Name and status. Any suggestions on how to accomplish this? Curious if there is an event listener class available in the behave framework t ...

Behave causing Chrome driver to fail

I'm exploring the use of Behave for BDD, but I've encountered an issue. I already have several Selenium (Python) tests that are running successfully, but when I switch to using behave, I encounter an error stating "chromedriver.exe has stopped working". I ...