Skip to content

🎉Agent of Sonic cloud real machine testing platform. Sonic云真机测试平台Agent端。

License

Notifications You must be signed in to change notification settings

bradbann/sonic-agent

 
 

Repository files navigation

🎉Agent of Sonic Cloud Real Machine Testing Platform

English | 简体中文

Official Website

Sonic Official Website

Background

What is sonic ?

Nowadays, automatic testing, remote control and other technologies have gradually matured. Appium can be said to be the leader in the field of automation, and STF is the ancestor of remote control. A long time ago, I began to have an idea about whether to provide test solutions for all clients (Android, IOS, windows, MAC and web applications) on one platform. Therefore, sonic cloud real machine testing platform was born.

Vision

Sonic's vision is to help small and medium-sized enterprises solve the problem of lack of tools and testing means in client automation or remote control.

If you want to participate, welcome to join! 💪

If you want to support, you can give me a star. ⭐

How to package

mvn package -P{your_platform}

For Example

mvn package -Pwindows-x86_64

Deployment mode

Docker Mode

Can only be used on Linux or Mac!

Click Here!

jar Mode

ENV Name Description
RABBITMQ_HOST RabbitMQ service host,default localhost
RABBITMQ_PORT RabbitMQ service port,default 5672
RABBITMQ_USERNAME RabbitMQ service username,default sonic
RABBITMQ_PASSWORD RabbitMQ service password,default sonic
RABBITMQ_VHOST RabbitMQ service virtual-host,default sonic
SONIC_FOLDER_URL Sonic-server-folder url,default https://localhost:8094/api/folder
SONIC_AGENT_HOST IPv4 running locally,default 127.0.0.1
SONIC_AGENT_KEY Agent's key for sonic-server,default random key

Folder: mini,chromeDriver and language

java -jar -D{your_env1} -D{your_env2} sonic-agent-linux_86.jar

LICENSE

MIT License

About

🎉Agent of Sonic cloud real machine testing platform. Sonic云真机测试平台Agent端。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.2%
  • Dockerfile 0.8%