Cloudflare Workers + Daytona SDK Test
Testing if the Daytona SDK can be bundled for Cloudflare Workers
Build Status: ✅ All tests built successfully with @sveltejs/adapter-cloudflare
SDK Version: @daytonaio/sdk@0.130.0
Test Scenarios:
Click a button to run a test
📚 What do these tests do?
🔧 Basic Import Test
Tests simple SDK import and initialization. Verifies that the SDK can be imported without pulling in Node.js modules.
🚀 Full Exec Test
Tests comprehensive SDK usage including:
- Creating a sandbox with custom Image (Image.base().runCommands())
- Executing shell commands
- Running code execution
- Cleaning up resources
Note: This test will attempt to make actual API calls if valid credentials are provided.