Skip to content

Drill4J/admin

Repository files navigation

DISCLAIMER: We use Google Analytics for sending anonymous usage information such as agent's type, version after a successful agent registration. This information might help us to improve both Drill4J backend and client sides. It is used by the Drill4J team only and is not supposed for sharing with 3rd parties. You are able to turn off by set system property analytic.disable = true or send PATCH request /api/analytic/toggle

Check Release License Visit the website at drill4j.github.io Telegram Chat GitHub release (latest by date) Docker Pulls GitHub contributors Lines of code YouTube Channel Views

Drill4J Backend Server

The backend core part of Drill4J, based on Ktor framework.

Agents connect to this app(admin) by web sockets. And this app is extended by plugins (for example, test2code) by .jar files.

See more in documentation and Launch Parameters

Modules

  • admin-core: backend core part of Drill4J, admin component itself
  • test-framework: framework for creating integration tests, runs lightweight version of admin application for testing purposes, used in test2code plugin
  • tests - integration tests for admin-core, based on test-framework