webosose / ares-cli

ares-cli is a command-line interface(CLI) for webOS
Apache License 2.0
38 stars 17 forks source link

Apply error heading to ares-server #32

Closed YoungeunKim closed 3 years ago

YoungeunKim commented 3 years ago

:Release Notes: Apply error heading to ares-server

:Detailed Notes:

:Testing Performed:

  1. Passed unit test ose & auto target
  2. Passed eslint
  3. Verified with CLI commands
    • Open 1st terminal and execute ares-sever with --port option $ ./ares-server.js --port 12345 sampleWebApp
    • Open 2nd terminal and execute the same command $ ./ares-server.js --port 12345 sampleWebApp ares-server ERR! [syscall failure]: listen EADDRINUSE: address already in use :::12345 ares-server ERR! [Tips]: An attempt to bind a server to a local address failed. Please check the IP address or the port number
      • Execute ./ares-device.js -i on emulator with developer user. chromium_version and qt_version should be "not supported"

:Issues Addressed: [PLAT-142770] Update system TC related to error mesage and capture

YoungeunKim commented 3 years ago

Code :+1: Verified :+1:

ssuminahn commented 3 years ago

@YoungeunKim It seems you need a tc to make sure there are no diffs in the ares-device of changes.

YoungeunKim commented 3 years ago

@YoungeunKim It seems you need a tc to make sure there are no diffs in the ares-device of changes.

Done.

YoungeunKim commented 3 years ago

Code :+1: Verified :+1:

ssuminahn commented 3 years ago

code :+1: verify :+1: