Yes, you can :) (But I would recommend it doing it with tests) Usually, what you do is to create your package “Project” and then inside that package you can add the tags “test” and “Actions”,
But now you already have three packages, and you want to move, for example “Project-Actions” into “Project”. To do this you need to select “Project-Action” and with right click select the option “extras” in your context menu. From there, you need to select “demote to package with tag”. This will move all Project-Action package into “Project” package, “Action” tag. Cheers, Esteban > On 27 Nov 2018, at 09:33, Roelof Wobben <r.wob...@home.nl> wrote: > > Hello, > > Right now I have three seperate packages. > > Project > Project-test > Project-Actions > > > Is it possible in P7 to have something like this > > Project > --- Tests > ---- Actions > > and if so, how to I make it work, > > >