Skip to content

Releases: JetBrains/intellij-ui-test-robot

v0.11.23

25 May 17:56
Compare
Choose a tag to compare
  • updating dependencies
  • minor fixes

v0.11.22

08 Feb 13:09
Compare
Choose a tag to compare

#383 override cell readers width when parsing text
#387 fixed default vm options file lookup
• run openFile action on edt
• escape invalid chars in html hierarchy
• JTreeFixture minor fix

v0.11.21

05 Dec 12:32
Compare
Choose a tag to compare
  • assertj-swing-junit replaced with assertj-swing due to security issue
  • added hasFocusAttrinute. Now component in focus can be found by xpath: //div[@hasfocus='true']

v0.11.20

28 Aug 09:29
Compare
Choose a tag to compare
  • launcher: added pycharm community, rider
  • steps: added closeProject step
  • xpath generator: don't use localization related locators

v0.11.19

06 Jul 12:55
Compare
Choose a tag to compare

new steps in remote-fixtures:

  • executeCmd step

  • openProject step

  • invokeAction step

  • updated intellij-gradle-plugin

  • other minor fixes

v0.11.18

08 Mar 11:44
Compare
Choose a tag to compare
  • fixed compatibility issue with older versions of the Idea based on jbr11

v0.11.17

07 Mar 15:43
Compare
Choose a tag to compare

Experimental feature UI Test Recorder, try to call 'Record UI Test' action. It can help you with:

  • generating locators for the component with 'control + click';
  • adding hot key, enterText, mouse action steps;
  • recording mode: it can record mouse and keyboard actions into the kotlin code
    Please create an issue if you have any problems or suggestions

Other changes:

  • steps introduced in remote-fixtures
  • fixed undefined arrayOf in doubleKeyPressOnMac error
  • fixed error when toolTipTextSuppliers is called on some components
  • added method to define expand timeout in JTreeFixture

v0.11.16

24 Aug 10:24
Compare
Choose a tag to compare
  • #211: IdeLauncher uses the latest robot-plugin version by default
  • splitting robot-server-plugin into two modules
  • getting rid of bouncycastle dependency
  • ktor and other dependency updates

v0.11.15

06 Jul 16:42
Compare
Choose a tag to compare

What's Changed

  • #192 getting rid of logging implementation libraries
  • Java friendly api in remote-fixtures: added @JvmStatic annotations to locator methods. Java/Scala projects might require minor refactoring(!)
  • #118 deleted Nashorn js implementation to be able to use Java > 11
  • minor fixes including #193

v0.11.14

03 Jun 11:24
Compare
Choose a tag to compare

What's Changed

  • fixtures: added JTreeFixture based on TextParserCellReader
  • fixed issue on 222: Unable to make field private java.awt.Color...
  • other minor fixes