It would be really helpful if it was possible to d...
# give-feedback
s
It would be really helpful if it was possible to duplicate tests between projects without loosing the targeting setup and feature configuration
The same for features
f
I wonder if we could add multi project support for features
would that also solve that problem?
s
Sure, In my company we usually write tests in the staging environment before setting up to production and we isolated these environments in different projects in order to make users only change what they are supposed to
In this setup we have different projects for the same website so it's not possible to recreate the features with the same feature key
A solution that I found is making the connections available in all projects and attach them to a specific environment. In this approach I mirrored the projects to specific environments and when I write global features they work across the connections
image.png