Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

WEBSOCKET TASK : Run tests through TELNET as well #118

Closed orubel closed 1 month ago

orubel commented 2 months ago

Now that we are implementing websockets, we need to test in TELNET.

This is something that has not been thoroughly done so I noticed a few errors pop. Nothing getting through security (so all is OK) but it can fill the log (which I don't like); so we need to implement better try catch and better testing for the protocol being used (TELNET/HTTP/FTP/ETC)

example:

GET /about.html HTTP/1.1
Host: example.org
orubel commented 1 month ago

This is getting moved to separate application