Skip to main content

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 tests
  • tara setup: Initialize a new project
  • tara doctor: Diagnose project issues

Example

tara generate pom LoginPage