behavex
behavex copied to clipboard
BDD test wrapper for parallel test executions and more!
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...
Is there any way or command available to integrate with allure report?
**Describe the bug** Since the release of behaveX 3.2.0 some of our builds have started to fail with 'AF_UNIX path too long' error. (By saying 'some builds', I mean that...
**Describe the bug** The output of the parallel test run is not really useful. It contains: * Diagnostics: Not really readable * Unreadable JSON output of failures (on scenarios marked...
I want to use webdriver to do UI testing I want to able screenshot and see it when I click evidence in the html report
I have tried pip install in the local machine and it is working as expected. Similarly tried to install the pip in Jenkins and showed the error as /home/jenkins/agent/workspace/on_Ignite-Core-Automation_space7@tmp/durable-8a1feb99/script.sh: behavex:...
This is our attempt at fixing https://github.com/hrcorval/behavex/issues/114. We ran into issues where behavex would never terminate if a test segfaulted. This is our attempt to address this issue with the...
Hello, First, thank you for your work on this package! I am in a situation where I run multiple behavex commands one after the other. This is because I have...
### Context of the Pull Request The system I want to test can only be accessed by a single entity at a time. Therefore, to conduct tests in parallel, I...
**Describe the bug** When running `behavex` without specifying a path, the HTML report generated shows no tests. It looks like the other reports generated don't have information either. The `report.json`...