robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

[BUG] IntelliJ: Arguments are not recognized from Run/Debug Configurations dialog

Open Jens1977 opened this issue 3 months ago • 1 comments

Describe the bug In IntelliJ when I fill in Arguments in the Run/Debug Configurations Dialog for a Robot Framework Test, they are not saved, and also not added to the run-command. For example I tried to run a specific profile from the robot.toml file by adding --profile <profileName>, but still the default profile was used.

Steps To Reproduce Steps to reproduce the behavior:

  1. Go to Run/Debug Configurations
  2. Fill 'Arguments' field
  3. Click Run

Logs C:/ws/git/dpl-test/.venv/Scripts/python.exe -u -X utf8 C:\Users\wittj04\AppData\Roaming\JetBrains\IntelliJIdea2025.2\plugins\robotcode4ij\data\bundled\tool\robotcode --no-pager -dp . debug --no-debug -bl "Dpl-Test.Robotframework.ProjectDPL.Testcases.Frontend.000 Smoke Test.Smoke Test.Kantoor Health Check Schermen"

Desktop (please complete the following information):

  • IntelliJ Version #IU-252.28238.7
  • RobotCode Version 2.0.1
  • OS: Windows
  • Python Version 3.13.7
  • RobotFramework Version 7.1.1

Jens1977 avatar Nov 27 '25 12:11 Jens1977

this is not implemented at the moment and there are already some issues about that. What you can do at the moment, you can use a default profile in the robot.toml file, see here

d-biehl avatar Dec 01 '25 17:12 d-biehl