soapui
soapui copied to clipboard
SoapUI is a free and open source cross-platform functional testing solution for APIs and web services.
## Request Create multi-arch image for SoapUI Test Runner https://hub.docker.com/r/smartbear/ready-api-soapui-testrunner/ Should ideally support - `amd64` - `arm64` ## Motivation new Mac's are no longer available in Intel models, and SoapUI...
## Request Create native installers/release of SoapUI for MacOS ARM64 ## Motivation new Mac's are no longer available in Intel models, and SoapUI MacOS users on apple silicon currently require...
## Request Create native installers/release of SoapUI for Linux ARM64 ## Motivation ARM64 is more prevalent due to now increased availability and cost savings in cloud workflows, and gaining popularity...
Hello together i am facing an issue after a while I am using soap ui with macOS (with m1 max and newest macOS version) that the movement of the windows...
### Environment Windows 11 SoapUI 5.7.2 ### Description When tests are being ran through TestCase editor, and the particular test step is currently open, then that particular test step's assertions...
Hi we are currently experiencing this same issue https://github.com/SmartBear/soapui/issues/500 `[ERROR] Plugin com.smartbear.soapui:soapui-maven-plugin:5.7.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for com.smartbear.soapui:soapui-maven-plugin:jar:5.7.0: The following...
Is there a way to set the XML view as the default response editor for soap projects? In the latest version 5.7.0 the response is RAW, in previous versions the...
When sending binary data (e.g., files with .lzma extension) via POST requests to SoapUI, the handling of the request in AbstractMockRequest (specifically at this [line](https://github.com/SmartBear/soapui/blob/next/soapui/src/main/java/com/eviware/soapui/impl/support/AbstractMockRequest.java#L188))) ) converts the incoming binary...
https://rules.sonarsource.com/java/RSPEC-2293/ "Prior to Java 7, the type argument had to be provided explicitly for every occurrence where generics were used. This often caused redundancy, as the type argument would have...