lettuce-skill

Installation
SKILL.md

Lettuce BDD Skill (Legacy)

Note: Lettuce is largely unmaintained. For new Python BDD projects, use Behave instead.

Core Patterns

Feature File (features/login.feature)

Feature: User Login
  Scenario: Successful login
    Given I navigate to the login page
    When I enter "user@test.com" as email
    And I enter "password123" as password
    And I click login
    Then I should see the dashboard
Installs
77
GitHub Stars
307
First Seen
Feb 26, 2026
lettuce-skill — lambdatest/agent-skills