Turbo Coder

Results 5 comments of Turbo Coder

> @Alpherie @Ljancek @demetrissss @vishuhanda you can add a hook to the environment.py like this: > > ```python > import allure > > > def after_scenario(context, scenario): > stdout =...

@Alpherie > How are you launching behave? I use formatter I like to run tests with the IDE UI and unfortunately, there's things that just "don't work" with Behave and...

Can this please be merged already? Testing locally by applying the (literally) minor update as shown in the PR and I can confirm: **The scenarios (aka tests) are grouped under...

@raychone thank you, this works 🙂 A polite suggestion for the future, when posting code, use code blocks to make it easy to read and copy. 😬 ``` def create_database(app):...

Thank you @christianhujer 🙇 Curious if you know whether excluding this dependency will affect how the package functions? 🤔