dron4ik86
dron4ik86
Updated `load_step_definitions` method to recursively search and load step definition files from nested directories within features/steps. This ensures all step files, even those deeply nested, are correctly recognized and loaded...
Hi, I've encountered a situation with my test suite where the tests are interdependent, meaning the outcome of one test can affect subsequent tests. I understand that it's typically best...
Hi, I've been running parallel tests using BehaveX and I noticed that the output in the console isn't showing the details of which test scenarios passed or failed. Normally, in...