dogu-team / dogu

Dogu is unified test automation platform for cross platform game and app
https://docs.dogutech.io
GNU Affero General Public License v3.0
8 stars 0 forks source link

Feat/dogu agent cli #472

Closed oneofthezombies closed 1 year ago

oneofthezombies commented 1 year ago

PR Template

Checklist

Changes

The "dogu-agent-core" module was seperated to allow interoperability of "dogu-agent (app version)" and "dogu-agent (cli version). It doesn't work on linux yet. Modified to register "external unit" according to "DOGU_DEVICE_PLATFORM_ENABLED". Temporarily, ".env.device-server", ... and "features", ... were searched in "nm-space/projects/dost". The file "projects/dogu-agent/src/commands/run.ts" is the core file. There are many temporary processes in this file. Please review the design direction.

oneofthezombies commented 1 year ago

Reviews

yowpark commented 1 year ago

LGTM! Thanks for your huge work~~ 👍 👏

oneofthezombies commented 1 year ago

Review applied