One way to keep things tidy when dealing with a lot of tests is to use different workspaces. We recommend one workspace per app. Workspaces also enable versioning of your tests via git or some other versioning tool.
The place of your workspace directory is indicated below the main menu:
A workspace is a normal file directory. It can contain a couple of different files:
Every test you record will end up in this workspace directory.
To benefit from versioning, just create a git repository inside of this directory.
We have more documentation on how to sync your workspace with your team here.