test-template

Automate Salesforce SDK template testing across iOS and Android builds.

58|63|Updated Oct 26, 2016
One-click install
npx skills add https://github.com/forcedotcom/SalesforceMobileSDK-Templates --skill test-template-forcedotcom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-template
Source: https://github.com/forcedotcom/SalesforceMobileSDK-Templates/tree/main/.claude/skills/test-template
Command: npx skills add https://github.com/forcedotcom/SalesforceMobileSDK-Templates --skill test-template-forcedotcom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of verifying Salesforce SDK templates after modifications by automating dependency checks, build tests, and project generations, reducing manual effort and errors.

Core Features & Use Cases

  • Template Testing Automation: Runs scripts to validate install.js, downloads SDK dependencies, and builds projects for iOS and Android.
  • Use Case: When a developer modifies multiple templates, they can instantly verify each one builds successfully and dependencies are correctly installed, ensuring production readiness.

Quick Start

Use the test template skill to verify that all Salesforce SDK templates work correctly after updates by executing ./test_template.sh in the templates directory.

Frequently Asked Questions about test-template

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

FAQPage Schema
How do I automate testing and validation for Salesforce SDK app templates?

Automate Salesforce SDK app template validation by running `./test_template.sh` in the templates directory to verify install.js, resolve dependencies, and build projects across platforms.

What does automated template testing check for during Salesforce SDK development cycles?

Automated template testing checks for proper installation, dependency resolution, and successful iOS and Android project builds to ensure templates meet functional and build standards before deployment.

Do I need bash to validate Salesforce SDK templates?

Yes, bash is required to execute the validation scripts that download SDK dependencies and build the template projects for iOS and Android platforms.

When should I run automated validation scripts on my app templates?

Run automated validation scripts after modifying or updating templates and SDK dependencies to instantly verify successful builds and correct dependency installation for production readiness.

Why are my Salesforce SDK template builds failing after dependency updates?

Template builds may fail after dependency updates due to incorrect dependency resolution or installation errors, which automated validation scripts detect by testing project generation end-to-end.