Closed chunji08 closed 1 year ago
Hi @chunji08, thanks for posting this so I have the possibility of providing an answer. Basically, when executing BehaveX from a build server like Jenkins, you need to configure the plan to read the provided JUnit reports that are being generated in the output folder, into the following path:
Regarding the extra test cases failure, we have seen both cases: 1 The system under test gets stressed with parallel test executions and everything starts getting slower or timed out, causing scenarios to fail 2 The system where the tests are being executed is getting out of memory/CPU (any of the above usually cause you need to reduce the number of parallel instances)
I hope this helps :)
I was able to run bahavex in my jenkins job, but the job results are always of "blue" icon, this is quite different from my previous running, as this "blue" icon means the test cases are 100% succeeded, but this time, I guess it is for the execution is 100% finished, but however the result looks, it would be within the report summary.
Anyway, my extra impression on this tool is:
Thanks,
Chun