What is recommended path for molecule scenarios? under role or test

We normally keep our molecule scenario in our respective role, now we are moving all the molecule scenarios under test/molecule?

is there any recommended path for molecule scenarios from Ansible?

1 Like

what about this
and adapt the molecule.yml in each scenario accordingly

└── tests
    ├── inventory
    ├── playbooks
    │   └── molecule
    │       └── <scenario-name>
    └── roles
        └── molecule
            └── <scenario-name>