run-e2e-test

Execute Go-based end-to-end tests for the emergent.memory project.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/emergent-company/emergent.memory --skill run-e2e-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-e2e-test
Source: https://github.com/emergent-company/emergent.memory/tree/main/.opencode/skills/run-e2e-test
Command: npx skills add https://github.com/emergent-company/emergent.memory --skill run-e2e-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of end-to-end tests for the emergent.memory project, ensuring the application functions correctly across various configurations and scenarios.

Core Features & Use Cases

  • Automated Test Execution: Runs the complete e2e test suite against a configured environment.
  • Targeted Testing: Allows running specific tests or test suites by name.
  • Environment Flexibility: Supports testing against different environments (e.g., localhost, remote servers) via environment overlays.
  • Use Case: After deploying a new feature, run the e2e test suite to verify its end-to-end functionality and integration with other system components.

Quick Start

Run all e2e tests against the default environment by executing the run script.

Frequently Asked Questions about run-e2e-test

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

FAQPage Schema
How do I run end-to-end tests for a Go-based application?

Run end-to-end tests for a Go-based application by executing shell scripts that trigger the Go-based test suite against a configured environment, validating application functionality and system integration points.

Can I run specific e2e test cases instead of the full suite?

Yes, you can execute specific e2e test cases. The framework supports targeted testing by allowing you to specify and run individual tests or test suites by name instead of the full suite.

How do I execute e2e tests against remote server environments?

Execute e2e tests against remote servers by applying environment overlays. This provides environment flexibility to run the test suite against different targets like localhost or remote configurations.

When should I run end-to-end verification tests in my workflow?

Run end-to-end verification tests after deploying a new feature. This validates the feature's end-to-end functionality and confirms its integration with other system components within the configured environment.