run-e2e

Run end-to-end tests against a sandbox image to validate the sandbox-api binary.

25|13|Updated Apr 27, 2025
One-click install
npx skills add https://github.com/blaxel-ai/sandbox --skill run-e2e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-e2e
Source: https://github.com/blaxel-ai/sandbox/tree/main/.agents/skills/run-e2e
Command: npx skills add https://github.com/blaxel-ai/sandbox --skill run-e2e

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that significant changes to the sandbox-api binary are fully functional by running a comprehensive end-to-end test suite against a deployed sandbox image.

Core Features & Use Cases

  • Full Binary Validation: Tests the complete sandbox-api binary, not just isolated components.
  • Local or Blaxel Deployment: Can run tests against a locally built and deployed sandbox or one deployed on the Blaxel platform.
  • Use Case: Before merging a critical update to the sandbox's core functionality, use this skill to build a Docker image, deploy it, and run the entire E2E test suite to catch any regressions or integration issues.

Quick Start

Execute the run-e2e skill to perform a full local end-to-end test of the sandbox.

Frequently Asked Questions about run-e2e

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

FAQPage Schema
How do I run end-to-end tests against a sandbox Docker image before merging code?

To run end-to-end tests against a sandbox Docker image, you can execute a comprehensive E2E test suite that validates the complete sandbox-api binary, ensuring thorough regression testing before merging code.

What is the best way to validate sandbox changes without deploying to a remote platform?

Validating sandbox changes locally involves building a Docker image, deploying it, and running the entire E2E test suite against the local deployment to catch any regressions or integration issues.

Can I deploy my sandbox image to the Blaxel platform for integration testing?

Yes, you can deploy your sandbox image to the Blaxel platform for integration testing, allowing you to run a full end-to-end test suite against a remotely deployed environment instead of a local build.

Does E2E testing for the sandbox-api binary support pre-compilation for faster iterations?

Yes, E2E testing for the sandbox-api binary includes optional pre-compilation steps designed to support faster iteration cycles during the build, run, and test phases of the sandbox container.

Why should I use a full E2E test suite instead of isolated component tests for sandbox changes?

Using a full E2E test suite ensures that significant changes to the sandbox-api binary are fully functional by testing the complete binary rather than just isolated components, catching integration regressions.