tichi-selenium/ ├── pom.xml ← Maven config (dependencies, plugins) ├── testng.xml ← TestNG suite config (which tests to run) ├── README.md ← This file └── src/ └── test/ └── java/ └── tichi/ ├── tests ...