smoke-test

Validate Carbon ERP core modules load and render correctly.

2.3k|331|Updated Jun 3, 2024
One-click install
npx skills add https://github.com/crbnos/carbon --skill smoke-test-crbnos
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: smoke-test
Source: https://github.com/crbnos/carbon/tree/main/.ai/skills/smoke-test
Command: npx skills add https://github.com/crbnos/carbon --skill smoke-test-crbnos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a rapid, end-to-end test of the core modules of the Carbon ERP development server, ensuring that they load and render correctly without errors.

Core Features & Use Cases

  • Core Module Verification: Checks each core module for proper rendering and functionality.
  • Use Case: Ideal for post-booting the server, after extensive changes, or as a general health check for the application.

Quick Start

Run the smoke-test skill to verify the core modules of your Carbon ERP dev server.

Frequently Asked Questions about smoke-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a health check on my Carbon ERP development server?▼

To run a health check on your Carbon ERP development server, execute the smoke test to rapidly validate that core modules load and render correctly without errors. It requires authentication and access to core module routes.

When do I need to verify core modules after booting a development server?▼

You need to verify core modules after booting a development server, following extensive code changes, or as a general health check. This ensures all core components of the Carbon ERP application load and render correctly without errors.

What is the best way to check if Carbon ERP modules are rendering correctly?▼

The best way to check if Carbon ERP modules are rendering correctly is to perform an end-to-end module verification test. This validates the proper rendering and functionality of each core module on your development server.

Do I need authentication to verify development server core modules?▼

Yes, you need authentication and access to core module routes to verify development server core modules. These credentials are required to perform the end-to-end checks that ensure the Carbon ERP modules load properly.

Why does my Carbon ERP smoke test fail to load core modules?▼

A smoke test fails to load core modules when the Carbon ERP development server encounters rendering errors. Ensure your authentication is valid and that you have the necessary access to the specific core module routes being checked.