Support for behave which is running on parallel mode - now allure-results directory is creating empty.
See original GitHub issueI’m submitting a …
- bug report
- [] feature request
- support request => Please do not submit support request here, see note at the top of this template.
What is the current behavior?
When I’m using behave from this branch https://github.com/behave/behave/issues/710 (where is possible to use behave in the parallel mode) directory allure-results is creating empty.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
I used this command
behave --processes 3 --parallel-element feature -f allure_behave.formatter:AllureFormatter -o allure_test_results ./features
and after run this folder is creating but empty when I’m using behave without --processes 3 --parallel-element feature
that allure-results directory is creating correctly.
What is the expected behavior?
That Allure works in other forks when there is parallel support so it will be very helpful to have this possibility also for behave.
What is the motivation / use case for changing the behavior?
Parallel run of tests is one of the most important thing in my opinion because always we want to decrease execution time.
Please tell us about your environment:
- Allure version: 2.8.0
- Test framework: behave 1.2.7.dev0
- Allure adaptor: allure-behave@2.5.4
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:32 (6 by maintainers)
Top GitHub Comments
It is sad!
I wish you good luck!
Hi folks, sorry but still haven’t any news.