gds-e2e-scaffold

Automate E2E testing infrastructure setup for Unity, Unreal, or Godot game projects.

26|23|Updated Dec 16, 2025
One-click install
npx skills add https://github.com/laraxot/laravelpizza.com --skill gds-e2e-scaffold-laraxot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-e2e-scaffold
Source: https://github.com/laraxot/laravelpizza.com/tree/main/.github/skills/gds-e2e-scaffold
Command: npx skills add https://github.com/laraxot/laravelpizza.com --skill gds-e2e-scaffold-laraxot

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the setup of end-to-end testing infrastructure for game projects, streamlining the process and ensuring a robust foundation for testing.

Core Features & Use Cases

  • Automated Infrastructure Setup: Generates the necessary files and directories for E2E testing.
  • Engine Detection: Automatically identifies the game engine (Unity, Unreal, Godot) and applies the appropriate configuration.
  • Customization Support: Allows for the addition of domain-specific methods and input handling.
  • Use Case: Ideal for game developers who want to quickly establish a reliable E2E testing framework without manual setup.

Quick Start

Use the gds-e2e-scaffold skill to set up E2E testing infrastructure for your game project.

Frequently Asked Questions about gds-e2e-scaffold

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

FAQPage Schema
How do I automate E2E testing infrastructure setup for Unity, Unreal, or Godot game projects?

Automated E2E testing infrastructure setup generates test fixtures, scenario builders, input simulators, and async assertion utilities. It automatically detects your game engine and applies the appropriate configuration for Unity, Unreal, or Godot projects.

What is E2E testing for game development and when do I need it?

E2E testing for game development validates complete gameplay scenarios from start to finish. You need it to ensure robust game architecture functionality, replacing manual checks with automated test fixtures and input simulators.

Does automated E2E testing infrastructure require knowledge of my game's architecture?

Yes, setting up E2E testing infrastructure requires knowledge of your game's architecture and domain concepts. This knowledge allows the framework to support customization and the addition of domain-specific methods for accurate testing.

Can I use automated E2E testing setup to generate input simulators and test fixtures?

Yes, automated E2E testing setup generates test fixtures, scenario builders, input simulators, and async assertion utilities. These components provide a reliable foundation for validating gameplay without manual infrastructure configuration.

What is the best way to establish a reliable E2E testing framework without manual setup?

The best way to establish E2E testing infrastructure without manual setup is using automated scaffolding. It identifies your game engine, generates necessary directories, and configures test fixtures to streamline the entire process.