Files
metabuilder/packages/testing/static_content/icon.svg
johndoe6345789 ef709d47c0 refactor: update testing framework and restructure test configurations
- Changed devDependencies from "lua_test" to "testing" in package.json for ui_level4, ui_level5, ui_level6, ui_login, ui_pages, ui_permissions, user_manager, and workflow_editor.
- Removed legacy test scripts and parameterized tests, replacing them with a unified test suite structure in the tests section of package.json.
- Introduced new metadata.params.json files for each package to define test parameters for package ID validation, icon file existence, and JSON schema validation.
- Created new metadata.test.json files for each package to define structured test cases for validating package metadata, including checks for package ID, icon file existence, and schema validity.
2026-01-02 21:25:45 +00:00

9 lines
490 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<!-- Test tube/beaker -->
<path d="M24 12 L24 32 C24 40 28 44 32 44 C36 44 40 40 40 32 L40 12 Z" fill="none"/>
<path d="M22 12 L42 12" stroke-width="2.5"/>
<circle cx="32" cy="30" r="3" fill="currentColor"/>
<circle cx="28" cy="36" r="2" fill="currentColor"/>
<circle cx="36" cy="34" r="2" fill="currentColor"/>
</svg>