You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GroovyBackend class has a static variable and this causes problems when running tests in parallel in the same JVM. I have branched the code myself and fixed it by making the "instance" in GroovyBackend a ThreadLocal and this seemed to work a treat. Please could you change it to a ThreadLocal so that I can use the main branch of Cucumber instead of my fork. If it is easier I could submit a pull request, but the change is so simple I am not sure it is needed.
Thanks
Brad
The text was updated successfully, but these errors were encountered:
The GroovyBackend class has a static variable and this causes problems when running tests in parallel in the same JVM. I have branched the code myself and fixed it by making the "instance" in GroovyBackend a ThreadLocal and this seemed to work a treat. Please could you change it to a ThreadLocal so that I can use the main branch of Cucumber instead of my fork. If it is easier I could submit a pull request, but the change is so simple I am not sure it is needed.
Thanks
Brad
The text was updated successfully, but these errors were encountered: