Tests Structure
There are different ways to refer to a suite in cucumber:
- A feature file with multiple scenarios inside as a Test suite
- A folder with multiple feature files and single scenarios as a test suite.
Create a Test Suite if you are working on a new service.
Folder Hierarchy: project-cluster → registry → Hercules → tests → Service Number-Service Name → (Manual or Automation). For each service, we will have 2 folders – Automation and Manual
At Foster Moore, we follow a naming convention when creating test suites (Service Number → Manual/Automation).
While we try to ensure consistency there is a possibility that your project might use a different naming convention. If in doubt please check in with your Test Lead.
- Right-click on the folder
- Enter the path
- Press create

- The new folder will look like

- Now you created the folder for Automation repeat the same action for Manual:
0

