Close / cleanup a sandbox instance.
Factory function to create a new sandbox instance.
The test suite passes initialFiles with paths already resolved via
resolvePath. The implementation should pass them through to the
provider's create method.
initialFiles values are always strings (not Uint8Array) in the
standard tests.
Optional factory for creating an uninitialized sandbox for the two-step initialization test. If omitted, the test is skipped.
Display name for the test suite (e.g., "ModalSandbox", "DenoSandbox").
Convert a relative file path (e.g., "test-file.txt") to the
provider-specific absolute or working-directory path
(e.g., "/tmp/test-file.txt" or just "test-file.txt").
Test-runner primitives (describe, it, expect, beforeAll, afterAll).
Required when importing from the root entry point. Pre-filled when
importing from @langchain/sandbox-standard-tests/vitest.
Run tests sequentially to avoid concurrency limits.
Skip all tests when true (e.g., when credentials are missing).
Timeout for each test in milliseconds.
Configuration for the standard sandbox test suite.