Skip to content

[Enhancement] Enhance Handling of Output/Test Tree View Desynchronization in PyCharm #458

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

Open
TianSen-Git opened this issue Jun 5, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@TianSen-Git
Copy link

Describe the bug

  1. first testcase log is not at the correct position
    2.Run icon positon is erroneous ,not at the *** Test Cases ***

If possible add some example source code like:
*** Settings ***
Library OperatingSystem

*** Test Cases ***
first
Run Keyword And Continue On Failure Log ${Base_Directory}

second
[Documentation] 测试用例2
Log 运行测试用例2

Screenshots/ Videos

Image

Pycharm [e.g. 2025.1.1]
plugins: robotcode4ij-1.2.0.zip
RobotCode Version [e.g. 1.2]
OS: [e.g. Windows, Linux]
Python Version [e.g. 3.13.2]
RobotFramework Version [e.g. 6.1.1]
Additional tools like robocop, robotidy

@TianSen-Git TianSen-Git added the bug Something isn't working label Jun 5, 2025
@d-biehl
Copy link
Member

d-biehl commented Jun 5, 2025

Yes, I'm aware that this can happen from time to time. However, this is not an issue with RobotCode itself — it's caused by the test tree view and the output view in PyCharm not being properly synchronized. This behavior also occurs occasionally with large Java projects or when running Python tests. I'm not sure why this happens exactly.

I'll keep this issue open, but I'll reclassify it as an enhancement so I can revisit it later.

@d-biehl d-biehl added enhancement New feature or request and removed bug Something isn't working labels Jun 5, 2025
@d-biehl d-biehl changed the title [BUG] <Log> the first testcase log is not at the correct position,Run icon positon is erroneous [Enhancement] Enhance Handling of Output/Test Tree View Desynchronization in PyCharm Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants