Skip to content

Conversation

@Stefterv
Copy link
Collaborator

@SteftervStefterv commented Jun 28, 2025

Easily run Processing command line arguments from IntelliJ IDEA

Screenshot 2025-06-28 at 10 38 29

Introduces a new Kotlin test class, CLITest, to facilitate running and testing CLI commands of the Processing IDE directly from the IDE. This allows for easier and faster development and debugging of CLI features without manual command line invocation.
@Stefterv
Copy link
CollaboratorAuthor

@toniab Is this something that would have helped your work on #1162 ?

@SteftervStefterv requested a review from toniabJune 28, 2025 09:55
Copy link
Contributor

@toniabtoniab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This works and is easier than having to edit run config.
Is the idea that contributors could replace the arguments there to whatever I want for my testing purposes (and they would make sure not to push their changes to that line?)

Should we mention this testing functionality in the build or contribute .md's? Do people go to app > test > for other things already?

toniab added a commit to toniab/processing4 that referenced this pull request Jul 4, 2025
CLITest explanation to go along with PR processing#1161
@toniabtoniab mentioned this pull request Jul 4, 2025
@SteftervStefterv added this to the 4.4.5 milestone Jul 9, 2025
@SableRafSableRaf merged commit 6e4f078 into processing:mainJul 11, 2025
12 checks passed
@SteftervStefterv deleted the cli-tests branch July 23, 2025 05:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Stefterv@toniab@SableRaf