Getting Started with Tarantula CLI
Installation
npm install -g @demirtag/tarantula-cli
Usage
tara generate <type> <name>: Generate code (POM, component, test, etc.)tara run <test>: Run teststara setup: Initialize a new projecttara doctor: Diagnose project issues
Example
tara generate pom LoginPage