-
Notifications
You must be signed in to change notification settings - Fork 73
Create script for local end-to-end testing #2000
Copy link
Copy link
Open
Labels
bashbash, zsh, git-bash (integration, scripts)bash, zsh, git-bash (integration, scripts)enhancementNew feature or requestNew feature or requestinternalNothing to be added to CHANGELOG, only internal storyNothing to be added to CHANGELOG, only internal storyready-to-implementtestrelated to testing and QArelated to testing and QA
Metadata
Metadata
Assignees
Labels
bashbash, zsh, git-bash (integration, scripts)bash, zsh, git-bash (integration, scripts)enhancementNew feature or requestNew feature or requestinternalNothing to be added to CHANGELOG, only internal storyNothing to be added to CHANGELOG, only internal storyready-to-implementtestrelated to testing and QArelated to testing and QA
Type
Fields
Give feedbackNo fields configured for Task.
Projects
StatusShow more project fields
🏗 In progress
Task summary
This story is about creating a (bash) script that automate the build and installation of the local IDEasy code-base:
local-devfolder (ideasy[.exe] goes tobinsubfolder)$IDE_ROOT/_ide/installationto the newlocal-devfolder (you could useideasy ln -s ...command for that).So after running the script successfully, I can call
ide ...commands and will test the native image and local code I just build. This should make it easier to do e2e testing (e.g. for auto-completion change, etc.).Additional context
To go back developer can simply do
ide upgrade --mode=stable(and potentiallyide upgrade --mode=snapshot)