I searched a way to test our scripts and came up with the idea of creating a fake onset server that tries to emulate the onset api and server behaviour.
Currently the api is very limited and it can only be used to test database stuff and web ui's.
Yes! You can test web ui's with the built in WebUI Emulator thats simulating the clients ui in the browser.
If you need any function implemented just ask and I'll see what I can do for you.
Download: https://github.com/OnfireNetwork/Ons...bench/releases
You need to have Java 8 or higher installed to run it. (java -jar OnsetTestbench-x.x.jar)
The config is documented on the GitHub page.
Have fun testing your stuff!
Currently the api is very limited and it can only be used to test database stuff and web ui's.
Yes! You can test web ui's with the built in WebUI Emulator thats simulating the clients ui in the browser.
If you need any function implemented just ask and I'll see what I can do for you.
Download: https://github.com/OnfireNetwork/Ons...bench/releases
You need to have Java 8 or higher installed to run it. (java -jar OnsetTestbench-x.x.jar)
The config is documented on the GitHub page.
Have fun testing your stuff!
Comment