hschott / ready-websocket-plugin

Websocket Test Steps Plugin for Ready! API and SoapUI
Apache License 2.0
11 stars 14 forks source link

UI not working in ReadyAPI >3.9.2 #15

Closed blubdiblah closed 4 months ago

blubdiblah commented 2 years ago

For ReadyAPI versions higher than 3.9.2 trying to open a websocket-teststep in the UI fails.

Fixed it for my use by updating the ready-api-ui dependency. (Find the latest one here)

<dependency>
    <groupId>com.smartbear</groupId>
    <artifactId>ready-api-ui</artifactId>
    <version>3.9.2</version>
    <scope>provided</scope>
</dependency>

Renamed few @Override Methods.

Changed appendButtonWithoutLabel(String, ActionListener) to addButtonWithoutLabelToTheRight(String, ActionListener) in method buildConnectionSection(...) of class ConnectedTestStepPanel

hschott commented 4 months ago

Fixed for ReadyAPI 3.53 with Release v2.1.0