JetBrains / intellij-ui-test-robot

The library allows you to write and execute UI tests among IntelliJ IDEA. You can test your Plugin.

Home Page:https://jetbrains-platform.slack.com/archives/C026SVA9MMM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate the step() logs directly into the waitFor()

zcervink opened this issue · comments

  • it would be great to have logs from StepLogger when it is waiting for something in the waitFor() method - what we are waiting for, details about attempts to make the condition true and stop waiting etc.

@nizienko I think this issue should be closed, I have found the integration in the recently released 0.11.8 (but I do not know, if it is complete or not).

@nizienko I think this issue should be closed, I have found the integration in the recently released 0.11.8 (but I do not know, if it is complete or not).

yes, thank you for reminding me of this. It should work via description argument.