Source

lambdatest/agent-skills

72 skills · 10.2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
playwright-skill Generates production-grade Playwright automation scripts and E2E tests in TypeScript, JavaScript, Python, Java, or C#…
lambdatest/agent-skills
452
2
appium-skill Generates production-grade Appium mobile automation scripts for Android and iOS in Java, Python, or JavaScript. Suppo…
lambdatest/agent-skills
378
3
pytest-skill Generates production-grade pytest tests in Python with fixtures, parametrize, markers, mocking, and conftest patterns…
lambdatest/agent-skills
338
4
vitest-skill Generates Vitest tests in JavaScript/TypeScript with Vite-native speed. Jest-compatible API with ESM support and HMR.…
lambdatest/agent-skills
291
5
selenium-skill Generates production-grade Selenium WebDriver automation scripts and tests in Java, Python, JavaScript, C#, Ruby, or …
lambdatest/agent-skills
267
6
jest-skill Generates Jest unit and integration tests in JavaScript or TypeScript. Covers mocking, snapshots, async testing, and …
lambdatest/agent-skills
238
7
cicd-pipeline-skill Generates CI/CD pipeline configurations for test automation with GitHub Actions, Jenkins, GitLab CI, and Azure DevOps…
lambdatest/agent-skills
229
8
cucumber-skill Generates Cucumber BDD tests with Gherkin feature files and step definitions in Java, JavaScript, or Ruby. Use when u…
lambdatest/agent-skills
227
9
phpunit-skill Generates PHPUnit tests in PHP. Covers assertions, data providers, mocking, and test doubles. Use when user mentions …
lambdatest/agent-skills
222
10
junit-5-skill Generates production-grade JUnit 5 unit and integration tests in Java. Covers assertions, parameterized tests, lifecy…
lambdatest/agent-skills
221
11
cypress-skill Generates production-grade Cypress E2E and component tests in JavaScript or TypeScript. Supports local execution and …
lambdatest/agent-skills
220
12
webdriverio-skill Generates WebdriverIO (WDIO) automation tests in JavaScript or TypeScript. Supports local and TestMu AI cloud. Use wh…
lambdatest/agent-skills
220
13
robot-framework-skill Generates Robot Framework tests in keyword-driven syntax with Python. Supports SeleniumLibrary, RequestsLibrary, and …
lambdatest/agent-skills
210
14
detox-skill Generates Detox E2E tests for React Native apps in JavaScript. Gray-box testing framework with automatic synchronizat…
lambdatest/agent-skills
207
15
xcuitest-skill Generates XCUITest UI tests for iOS/iPadOS apps in Swift. Apple's native testing framework for reliable, fast UI auto…
lambdatest/agent-skills
205
16
hyperexecute-skill Operates HyperExecute end-to-end for TestMu AI/LambdaTest cloud test debug failures, and wire CI. Use when the user m…
lambdatest/agent-skills
204
17
codeception-skill Generates Codeception tests in PHP covering acceptance, functional, and unit testing. BDD-style with Actor pattern. U…
lambdatest/agent-skills
203
18
puppeteer-skill Generates Puppeteer scripts for browser automation, scraping, and PDF generation. Triggers on: "Puppeteer", "headless…
lambdatest/agent-skills
201
19
testng-skill Generates TestNG tests in Java with groups, data providers, parallel execution, XML suite configuration, and listener…
lambdatest/agent-skills
199
20
jasmine-skill Generates Jasmine tests in JavaScript. BDD-style framework with spies and async support. Use when user mentions "Jasm…
lambdatest/agent-skills
198
21
mocha-skill Generates Mocha tests in JavaScript with Chai assertions and Sinon mocking. Use when user mentions "Mocha", "Chai", "…
lambdatest/agent-skills
198
22
smartui-skill Generates SmartUI visual regression test configurations for screenshot comparison on TestMu AI cloud. Framework-agnos…
lambdatest/agent-skills
197
23
flutter-testing-skill Generates Flutter widget tests, integration tests, and golden tests in Dart. Supports local execution and TestMu AI c…
lambdatest/agent-skills
196
24
unittest-skill Generates Python unittest tests. Built-in testing framework with TestCase, setUp/tearDown, and assertion methods. Use…
lambdatest/agent-skills
196
25
espresso-skill Generates Espresso UI tests for Android apps in Kotlin or Java. Espresso runs inside the app process for fast, reliab…
lambdatest/agent-skills
192
26
karma-skill Generates Karma test runner configurations for browser-based JavaScript testing. Works with Jasmine, Mocha, or QUnit.…
lambdatest/agent-skills
190
27
laravel-dusk-skill Generates Laravel Dusk browser tests in PHP. Chrome-based E2E testing for Laravel apps. Use when user mentions "Dusk"…
lambdatest/agent-skills
190
28
selenide-skill Generates Selenide tests in Java. Concise UI testing framework built on Selenium with automatic waits and fluent API.…
lambdatest/agent-skills
189
29
test-framework-migration-skill Migrates and converts test automation scripts between Selenium, Playwright, Puppeteer, and Cypress. Use when the user…
lambdatest/agent-skills
189
30
behave-skill Generates Behave BDD tests for Python with Gherkin feature files and step implementations. Use when user mentions "Be…
lambdatest/agent-skills
187
31
serenity-bdd-skill Generates Serenity BDD tests in Java with Screenplay pattern, rich reporting, and Cucumber integration. Use when user…
lambdatest/agent-skills
186
32
gauge-skill Generates Gauge test specifications in Markdown with step implementations in Java, Python, JS, or Ruby. ThoughtWorks'…
lambdatest/agent-skills
184
33
specflow-skill Generates SpecFlow BDD tests for C#/.NET with Gherkin feature files and step bindings. Use when user mentions "SpecFl…
lambdatest/agent-skills
184
34
rspec-skill Generates RSpec tests in Ruby with describe/context/it blocks, matchers, let/before hooks, and mocking. Use when user…
lambdatest/agent-skills
183
35
xunit-skill Generates xUnit.net tests in C#. Covers Fact/Theory, constructor injection, IClassFixture, and FluentAssertions. Use …
lambdatest/agent-skills
182
36
behat-skill Generates Behat BDD tests for PHP with Gherkin feature files and MinkContext for browser testing. Use when user menti…
lambdatest/agent-skills
179
37
testunit-skill Generates Test::Unit tests in Ruby. Classic xUnit-style testing with assert methods and test case classes. Use when u…
lambdatest/agent-skills
179
38
testcafe-skill Generates TestCafe automation tests in JavaScript or TypeScript. Supports local and TestMu AI cloud. Triggers on: "Te…
lambdatest/agent-skills
178
39
geb-skill Generates Geb browser automation tests in Groovy with Spock integration. jQuery-like content DSL and page object patt…
lambdatest/agent-skills
177
40
nightwatchjs-skill Generates NightwatchJS E2E tests in JavaScript. Integrated test runner with Selenium WebDriver, built-in assertions, …
lambdatest/agent-skills
175
41
capybara-skill Generates Capybara E2E tests in Ruby with RSpec integration. Acceptance testing DSL for web apps. Use when user menti…
lambdatest/agent-skills
174
42
nunit-skill Generates NUnit 3 tests in C#. Covers Assert.That constraint model, parameterized tests, setup/teardown, and Moq mock…
lambdatest/agent-skills
174
43
lettuce-skill Generates Lettuce BDD tests for Python with feature files and step definitions. Note: Lettuce is legacy/unmaintained;…
lambdatest/agent-skills
173
44
nemojs-skill Generates Nemo.js automation tests in JavaScript. PayPal's Selenium-based test framework for Node.js. Use when user m…
lambdatest/agent-skills
173
45
mstest-skill Generates MSTest tests in C#. Microsoft's built-in testing framework for .NET. Use when user mentions "MSTest", "[Tes…
lambdatest/agent-skills
172
46
protractor-skill Generates Protractor E2E tests for Angular/AngularJS apps in JS/TS. NOTE: Protractor is officially deprecated — recom…
lambdatest/agent-skills
170
47
reqnroll-skill Generates production-grade Reqnroll BDD automation scripts for web (Selenium 3/4) and mobile (Appium 2) testing in C#…
lambdatest/agent-skills
100
48
accessibility-skill Adds automated accessibility (a11y) testing to test suites on TestMu AI cloud by enabling WCAG scans through driver c…
lambdatest/agent-skills
47
49
api-documentation Generate comprehensive, professional API documentation from API designs, endpoint definitions, OpenAPI/Swagger specs,…
lambdatest/agent-skills
21
50
api-analyzer Validates whether an API request is correct based on provided inputs (method, URL, headers, body, auth, query params)…
lambdatest/agent-skills
20
Page 1 · 72 total Next