* feat: add http proxy support
* feat: enhance server command to print local IPs on startup
- Added a new function `printLocalIPs` to display available local IP addresses when the server starts.
- Integrated the IP printing functionality into both the mock command and the server command, improving visibility of server accessibility.
This change helps users easily identify the server's available addresses for better connectivity.
* feat: support to set proxy on ui
* update the test suite page
* test pass with the http proxy mode
* update grpc files
* update grpc files
* support insecure during testing
* fix the unit tests
* add more unit testing
---------
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
* feat: support to get headers from binary request
* change base image from ubuntu to alpine
* install bash in alpine
* install openssl in alpine
* fix e2e
* support to download bianry files on ui
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
* feat: support to get go mod version
* support to run test case with filter
* fix unit tests
* fix dockerfile
* add missing console/atest-ui/package.json
* fix the e2e
---------
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
* feat: support to rename test suite and case
* try to make the e2e be more stable
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
* chore: stop using the image from docker hub
* feat: support session scope store
* support to set the suggested api cout limit
* add more unit tests
---------
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
* feat: support to duplicate test suite and case
* add e2e testing for the new apis
* fix the e2e testing
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
* chore: reduce the http client usage
having a central place to get the http client
* feat: add device oauth mode
---------
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
* feat: support show the response body and header
* show the count of the headers
* fix the vue type validation
* reduce the cognitive complexity
---------
Co-authored-by: rick <linuxsuren@users.noreply.github.com>