Feature/smoke tests#166
Conversation
These tests are executed by meshcloud on private infrastructure. We are adding them to the public hub so that it becomes easier to make atomic changes to hub building blocks together with their tests.
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Co-authored-by: Copilot <copilot@github.com>
🎨 Missing Building Block IconsFound 2 building block(s) without Copy the AI Prompts below and use them with your favorite AI image generator (Gemini, DALL-E, Midjourney, Stable Diffusion, etc.). Then follow the Post-Processing Steps to prepare the icons for upload. Azure Virtual Machine StarterkitPlatform: Path: AI Prompt (copy this to image generator)Post-Processing InstructionsStep 1: Remove white background with GIMP (free) a) Open image in GIMP Step 2: Resize to 800x800 pixels if needed
Step 3: Compress with pngquant (free command line tool)
Target specs: 800x800px PNG with transparent background, under 100KB Kubernetes Manifest (Helm)Platform: Path: AI Prompt (copy this to image generator)Post-Processing InstructionsStep 1: Remove white background with GIMP (free) a) Open image in GIMP Step 2: Resize to 800x800 pixels if needed
Step 3: Compress with pngquant (free command line tool)
Target specs: 800x800px PNG with transparent background, under 100KB |
This moves smoke test code from our internal test suite into the public hub.
I'm not 100% happy with consistency in all cases (e.g. use of test_context for common test vars vs. specific variables only needed by some tests) but this is something we can follow up on later.