Replace SnapCodeJava with SnapCharts in installer tests#441
Open
Replace SnapCodeJava with SnapCharts in installer tests#441
Conversation
Adds a Claude Code skill that automates testing the full jDeploy publishing and installation flow using the shannah/jdeploy-test-app scratch repository. The skill prompts for app requirements and publish target (npm/GitHub), determines the next version, creates a sample app, publishes it, and provides download URLs for manual install testing. https://claude.ai/code/session_017idpZvAQY4Q8fSG7Z27cNX
The snapcodejava npm package no longer exists. Replace all references with snapcharts, update the app.xml metadata (package name, version, title), test.env, and icon.png to match the snapcharts package. https://claude.ai/code/session_017idpZvAQY4Q8fSG7Z27cNX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the jDeploy installer test suite to use SnapCharts instead of SnapCodeJava as the test application for smoke and installation testing.
Key Changes
installer/test.shto runtest_snapcharts()instead oftest_snapcodejava().jdeploy-files/directory fromsnapcodejava/tosnapcharts/app.xmlwith SnapCharts metadata (package: "snapcharts", title: "SnapCharts", version: "1.0.5")test.envwith SnapCharts project title and Java 11 requirementtest_install.shto reference snapcharts directorytests/e2e/apps.confSKILL.mdfor "Test App Publishing" that documents the full jDeploy publishing workflow, including:Implementation Details
https://claude.ai/code/session_017idpZvAQY4Q8fSG7Z27cNX