# tests-3d **Repository Path**: mirrors_cocos-creator/tests-3d ## Basic Information - **Project Name**: tests-3d - **Description**: engine-3d test framework - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Engine 3D Test Framework A test framework used to verify tests in engine-3d. ## Usage 1. Clone the repo and run in the directory: ```bash npm install ``` 2. Build `engine-3d` in your own and copy it to `dist` folder. 3. Run preview server: ```bash npm run server ``` 4. Run your tests.