Installation¶
This guide explains how to install the BerryCrush IntelliJ Plugin.
Requirements¶
- IntelliJ IDEA 2025.3 or later (Ultimate or Community Edition)
- Java 21 or later (for running BerryCrush tests)
Install from ZIP File¶
Step 1: Download the Plugin¶
Download the latest plugin ZIP file from the GitHub Releases page.
Look for files named: berrycrush-intellij-x.x.x.zip
Step 2: Install in IntelliJ IDEA¶
- Open IntelliJ IDEA
- Go to Settings (Ctrl+Alt+S on Windows/Linux, Cmd+, on macOS)
- Navigate to Plugins
- Click the ⚙️ (gear) icon
- Select Install Plugin from Disk...
- Select the downloaded ZIP file
- Click OK and Restart IDE when prompted
Step 3: Verify Installation¶
After restarting:
- Create a new file with
.scenarioextension - The file should have a custom icon
- Syntax highlighting should be active
Install from JetBrains Marketplace¶
Coming Soon: The plugin will be available on the JetBrains Marketplace.
Once available:
- Open IntelliJ IDEA
- Go to Settings → Plugins
- Click Marketplace tab
- Search for "BerryCrush"
- Click Install
- Restart IDE when prompted
Updating the Plugin¶
Manual Update¶
- Download the new version ZIP file
- Go to Settings → Plugins
- Find "BerryCrush" in the Installed tab
- Click ⚙️ → Install Plugin from Disk...
- Select the new ZIP file
- Restart IDE
Marketplace Update (Future)¶
When installed from Marketplace, updates will be automatic.
Uninstalling¶
- Go to Settings → Plugins
- Find "BerryCrush" in the Installed tab
- Click the dropdown arrow next to "Disable"
- Select Uninstall
- Restart IDE
Troubleshooting¶
Plugin Not Loading¶
Symptom: No syntax highlighting, no custom file icons.
Solutions: 1. Verify IntelliJ version is 2025.3 or later 2. Check Settings → Plugins to ensure plugin is enabled 3. Try restarting IntelliJ IDEA 4. Check Help → Show Log in Explorer/Finder for errors
Incompatibility Errors¶
Symptom: Error message about incompatible plugin.
Solution: Ensure you're using the correct plugin version for your IntelliJ version. Check the compatibility matrix in release notes.
Java Not Found¶
Symptom: Test runner fails with "Java not found".
Solutions:
1. Ensure Java 21+ is installed
2. Set JAVA_HOME environment variable
3. Configure Java SDK in Project Structure → Project → SDK
Platform Support¶
| Platform | Supported |
|---|---|
| IntelliJ IDEA Ultimate | ✅ |
| IntelliJ IDEA Community | ✅ |
| Android Studio | ⚠️ Untested |
| Other JetBrains IDEs | ❌ |
Next Steps¶
- Getting Started - Write your first scenario
- Features Overview - Explore all features