create-test

Automate backend test creation for Rundeck applications using Spock and Testcontainers.

6.3k|984|Updated Sep 3, 2010
One-click install
npx skills add https://github.com/rundeck/rundeck --skill create-test-rundeck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-test
Source: https://github.com/rundeck/rundeck/tree/main/.claude/skills/create-test
Command: npx skills add https://github.com/rundeck/rundeck --skill create-test-rundeck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spock, testcontainers, groovy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of backend tests for Rundeck applications, streamlining the testing process and improving code quality.

Core Features & Use Cases

  • Automated Test Creation: Generates unit, API, and functional tests for Rundeck applications.
  • Testing Guidelines: Loads and applies testing guidelines for code standards and best practices.
  • Use Case: When developing a new feature in a Rundeck application, use this Skill to automatically create tests for unit, API, and functional testing.

Quick Start

Use the create-test skill to generate backend tests for your Rundeck application.

Frequently Asked Questions about create-test

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

FAQPage Schema
How do I automate backend test creation for Rundeck applications?

You can automate backend test creation for Rundeck applications by using a skill that generates unit, API, and functional tests. It applies testing guidelines and supports test-first development workflows.

Can I use Spock and Testcontainers for Rundeck backend testing?

Yes, you can use Spock and Testcontainers for Rundeck backend testing. The test creation process specifically requires Spock, Testcontainers, Groovy, and other testing libraries to execute the generated test scripts.

Does this test automation approach support test-first development workflows?

Yes, this test automation approach supports test-first development workflows. It automates the creation of unit, API, and functional tests, allowing you to generate the necessary test scripts before implementing the actual Rundeck application features.

What do I need to set up before generating Rundeck test scripts?

Before generating Rundeck test scripts, you need to set up a Groovy environment with Spock, Testcontainers, and other required testing libraries installed. These dependencies are strictly required to execute the automated test scripts.

What types of tests can be generated for Rundeck applications?

The types of tests that can be generated for Rundeck applications include unit tests, API tests, and functional tests. The automation skill generates these scripts while loading and applying specific testing guidelines for code standards.