Cuba Platform Masquerade Versions Save

CUBA Platform UI Testing Library

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

5 years ago

1.0.5

5 years ago

Updated selenium-java and selenide versions

1.0.6

5 years ago

Improvements

  • Short syntax variant $c(id), replacement for $(byCubaId(id))
  • OAuthTokenService revoke method

1.0.4

6 years ago

Fixed

  • AppMenu openItem in Chrome

1.0.3

6 years ago

Fixed

  • CheckBox READONLY / EDITABLE conditions support

1.0.2

6 years ago

web

Fixed

  • Table.getRows() with Selectors.isVisible()

Added

  • Table.getCell() with Selectors.byRowColIndexes(r, c)

1.0.1

6 years ago

Improvements

web

  • Table.getRows() with Selectors.isVisible()
  • GroupBox condition support for captionContains(..)
  • Updated Selenium / Selenide version to 3.8.1 / 4.9.1

1.0.0

6 years ago

1.0 - First release

web

  • Component interface
  • Standard UI library, including: fields, containers, table, dialog, notifications
  • Components factory class that creates Component instances
  • Composite class - convenient parent class for composite UI components: panels, screens, tabs, etc.
  • Untyped class - convenient class for non-implemented-yet UI components
  • @Wire annotation for fields of Composite class for DI injection of nested components
  • @Log annotation that is used for automatic logging of method calls of UI components
  • Selectors utility class that includes useful Selenide selectors: byCubaId, byPath, byChain
  • Conditions utility class that includes useful Conditions for UI components: ENABLED, EDITABLE, REQUIRED, etc
  • ComponentConfig interface for custom component sets that can be imported in projects
  • DefaultComponentConfig class that is imported by default before all ComponentConfig implementations registered using Java SPI

connector

  • Connectors factory class that creates different connector-like objects
  • JMX connector implementation and Connectors.jmx(...) based on standard Java JMX subsystem
  • @JmxName annotation for JMX object interfaces
  • REST-API v2 connector implementation and Connectors.restApi(...) based on Retrofit 2
  • Built-in authentication service for REST-API v2