-
-
Notifications
You must be signed in to change notification settings - Fork 21
feat(pycharm): add configuration screen with variable, environment variables and testsuite file support #431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- environment field - variables - additional arguments - suite path Signed-off-by: hasanalpzengin <[email protected]>
Signed-off-by: hasanalpzengin <[email protected]>
Signed-off-by: hasanalpzengin <[email protected]>
Sorry for the late reply, I needed some vacation from RobotCode ;-) Translated with DeepL.com (free version) |
Signed-off-by: hasanalpzengin <[email protected]>
@d-biehl multiple testcases would already be available with comma seperation in includedTestItems field. However maybe it's a problem of UX, therefore I have changed the field to a CheckBoxList from Jetbrains library for a modern look: However I ask for your opinion about the test suite field. Would you like to keep it or remove it and leave all decision to the Test Items checkbox list ? |
Signed-off-by: Hasan Alp Zengin <[email protected]>
Hi @d-biehl, I really appreciate your work on this project and wanted to contribute because I noticed that PyCharm support is progressing a bit slower compared to VSCode, and there are still several TODOs open. Of course, as the project owner, you have every right to reject contributions if they don’t align with your goals. That said, I'd like to avoid investing further effort into keeping the PR aligned with upstream changes unless there’s interest in moving it forward. I’d be grateful for your feedback—whether it's a review, suggestions for changes, or a decision either way. Thanks! |
Related with the Task #417
This update introduces a visible and functional configuration for test items, enhancing the overall usability of the PyCharm plugin:
Adds new fields to the configuration page for PyCharm:
key1=value1,key2=value2
if given.UI View:
