I wonder if we could add multi project support for features
fresh-football-47124
10/24/2023, 6:10 AM
would that also solve that problem?
s
straight-whale-38038
10/24/2023, 9:54 AM
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
straight-whale-38038
10/24/2023, 9:55 AM
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
straight-whale-38038
10/24/2023, 9:58 AM
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