robot-framework-skill

Generate Robot Framework tests in keyword-driven syntax with Python.

350|69|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/LambdaTest/agent-skills --skill robot-framework-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: robot-framework-skill
Source: https://github.com/LambdaTest/agent-skills/tree/main/robot-framework-skill
Command: npx skills add https://github.com/LambdaTest/agent-skills --skill robot-framework-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of Robot Framework test suites, enabling users to generate keyword-driven tests with Python, supporting various libraries and cloud execution.

Core Features & Use Cases

  • Keyword-Driven Syntax: Generates Robot Framework tests using clear, readable keywords.
  • Library Support: Integrates with SeleniumLibrary, RequestsLibrary, and custom Python keywords.
  • Cloud Execution: Provides configurations for running tests on platforms like TestMu AI.
  • Use Case: You need to create automated tests for a web application's login functionality. This Skill can generate a Robot Framework script that uses SeleniumLibrary to interact with the login page, input credentials, and verify successful login.

Quick Start

Use the robot-framework-skill to generate a basic Robot Framework test for the login page.

Frequently Asked Questions about robot-framework-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Robot Framework tests using Python?

You can generate Robot Framework tests using Python by leveraging keyword-driven syntax. This approach supports SeleniumLibrary and RequestsLibrary to automate web UI and API testing workflows.

Can I use SeleniumLibrary and RequestsLibrary together in Robot Framework?

Yes, you can use SeleniumLibrary and RequestsLibrary together in Robot Framework. This allows you to generate comprehensive keyword-driven test suites that cover both web UI interactions and API testing.

How do I write keyword-driven test scripts for web application login functionality?

To write keyword-driven test scripts for web application login functionality, you can generate a Robot Framework script using SeleniumLibrary. This script will interact with the login page, input credentials, and verify successful login.

Does Robot Framework support cloud execution for automated test suites?

Yes, Robot Framework supports cloud execution for automated test suites. You can configure your generated tests to run on cloud platforms, including integration with TestMu AI for scalable execution.

Can I create custom keywords in Robot Framework for API testing?

Yes, you can create custom keywords in Robot Framework for API testing. The framework supports custom Python keywords alongside RequestsLibrary, enabling you to extend test coverage and tailor API automation to your specific requirements.

What is the best way to structure Robot Framework tests for web UI and API automation?

The best way to structure Robot Framework tests for web UI and API automation is using clear, readable keyword-driven syntax. This method integrates SeleniumLibrary and RequestsLibrary to separate test logic from implementation details.