LaunchKit · 2026

Setup & Installation

npx skills add https://github.com/LambdaTest/agent-skills --skill lettuce-skill
or paste the link and ask your coding assistant to install it
https://github.com/LambdaTest/agent-skills/tree/main/lettuce-skill
View on GitHub

What This Skill Does

Generates Lettuce BDD test scaffolding for Python, including Gherkin feature files, step definitions, and terrain setup/teardown. Lettuce is legacy and unmaintained, so this targets teams maintaining existing Lettuce suites rather than starting new projects.

Lettuce has almost no recent documentation or community support, so having ready-made patterns for feature files, step wiring, and cloud grid config saves real time on a framework most people have stopped writing about.

When to use it

  • Scaffolding feature files and step definitions for a legacy Lettuce codebase
  • Writing Gherkin scenarios for login and form validation flows
  • Adding BDD coverage to a Python project already locked into Lettuce
  • Running Lettuce tests against a remote Selenium grid on LambdaTest
  • Setting up terrain files to manage browser lifecycle across scenarios