Relative Content

Tag Archive for multithreadingselenium-webdriverjenkinspython-behave

Running Behave in parallel in Jenkins with isolated contexts

I’m trying to run a behave script with Allure which executes two features to run in parallel that works fine locally. When executing with Jenkins inside a Docker container the contexts are shared between executions and I don’t understand why and how to debug. A screenshot shows the same context is being used when doing the search.