tomato is a VSCode extension. You can create your maven test automation project for mobile applications based on feature files which are written in cherry language.
How to Configure Maven Project to Tomato
Firstly, create an empty maven project, then create Page, Feature and Test folders and configure following paths
Feature directory path that includes feature files which are written in cherry language. Example : /Users/username/projectFolder/featureFolder/
Page directory path that includes auto-generated page classes. Example : /Users/username/projectFolder/pageFolder/
Test directory path that includes auto-generated test classes. Example : /Users/username/projectFolder/testFolder/
Directory of testng.xml path. Example : /Users/username/projectFolder/testngXMLFolder/
Tip: Do not forget set your project paths for Page, Test, Feature and XML files.
Requirements
Your automation project should be created as maven project.