test-acceptance

Automate end-to-end acceptance tests for backend, frontend, and load scenarios.

45|13|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/rakovi4/continue-framework --skill test-acceptance-rakovi4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-acceptance
Source: https://github.com/rakovi4/continue-framework/tree/main/.claude/skills/test-acceptance
Command: npx skills add https://github.com/rakovi4/continue-framework --skill test-acceptance-rakovi4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates and manages the execution of comprehensive end-to-end acceptance tests for backend, frontend, and load scenarios, ensuring that the full stack works as expected.

Core Features & Use Cases

  • Backend and Frontend Testing: Automates testing of API endpoints and UI interactions.
  • Load Testing: Supports load testing to validate the system's behavior under stress.
  • Pre-Checks and Health: Ensures all required services are up before testing.
  • Integration with CI/CD: Can be integrated into CI/CD pipelines for automated test execution.
  • Reporting and Logging: Provides detailed reports and logs to analyze the results of tests.

Quick Start

Run the acceptance tests by executing /continue test-acceptance backend or /continue test-acceptance frontend or /continue test-acceptance load.

Frequently Asked Questions about test-acceptance

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

FAQPage Schema
How do I automate end-to-end acceptance tests for a full stack application?

Automate full stack acceptance tests by executing targeted commands for backend API, frontend UI, and load testing. The Skill handles pre-checks to ensure required services are up, runs the E2E tests, and generates detailed reports for analysis.

Can I run load testing separately from frontend and backend E2E tests?

Yes, load testing can be executed separately by running the specific load testing command. This isolates system behavior validation under stress from standard backend API and frontend UI acceptance testing workflows.

How do I validate that backend API and frontend UI services are ready before testing?

Validate service readiness using built-in pre-checks and health validations. The Skill automatically ensures all required backend API and frontend UI services are operational before executing the end-to-end acceptance tests.

Does this acceptance testing tool handle infrastructure and application errors?

Yes, the acceptance testing tool handles various error scenarios, including infrastructure issues and application errors. It manages these exceptions during E2E test execution to provide reliable reporting and logging outputs.

What is the best way to integrate E2E acceptance tests into a CI/CD pipeline?

Integrate E2E acceptance tests into CI/CD pipelines by triggering the backend, frontend, or load test execution commands. The Skill automates the process and outputs detailed logs and reports for pipeline analysis.

Why do my acceptance tests fail before the actual test execution begins?

Acceptance tests fail before execution if required services are down or pre-checks are not passed. The Skill enforces health validations to ensure backend and frontend infrastructure is fully operational before proceeding.