LaunchKit · 2026

Setup & Installation

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

What This Skill Does

Generates Reqnroll BDD test automation code in C# for web and mobile platforms. Covers Selenium 3/4 and Appium 2 driver setups, Gherkin feature files, step definitions, and parallel NUnit execution against LambdaTest cloud. Also handles SpecFlow-to-Reqnroll migration.

Reqnroll's docs are sparse and LambdaTest cloud integration details are scattered, so this gives you working C# patterns for all three driver modes without trial-and-error.

When to use it

  • Writing Gherkin feature files and C# step definitions for a Reqnroll project
  • Setting up Selenium 4 RemoteWebDriver to run BDD tests on LambdaTest cloud
  • Migrating an existing SpecFlow test suite to Reqnroll with minimal code changes
  • Configuring parallel NUnit execution with ScenarioContext-based driver sharing
  • Building Appium 2 mobile test scenarios for Android devices on LambdaTest