enso/tools/http-test-helper
Radosław Waśko 3458fe4fe1
Accessing and modifying description and labels of Enso Cloud assets (#11255)
- Closes #11227
- Additionally, it should fix #11278 by ensuring that every scheduled message goes to the desired endpoint, by splitting each batch by endpoint.
2024-10-10 12:11:10 +00:00
..
src/main/java/org/enso/shttp Accessing and modifying description and labels of Enso Cloud assets (#11255) 2024-10-10 12:11:10 +00:00
www-files Make data-links behave more like 'symlinks' (#9485) 2024-03-22 17:01:54 +00:00
README.md Add tests for Enso Cloud auth + simple API mock for Enso_User (#8511) 2023-12-19 17:41:09 +00:00

HTTP Test Helper

A simple HTTP Request/Response clone of httpbin for testing purposes, extended with additional functionality allowing for testing Enso Cloud features.

Usage

It can be compiled like any other SBT project i.e.

sbt> http-test-helper/compile

To run, simply invoke the main method with the appropriate hostname and port:

sbt> http-test-helper/run localhost 8080