Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
/ test2code-plugin Public archive

DEPRECATED - old test2code plugin - moved respective parts to Admin and Java Agent

License

Notifications You must be signed in to change notification settings

Drill4J/test2code-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCLAIMER: We use Google Analytics for sending anonymous usage information such as total time saved by tests. 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) GitHub contributors Lines of code YouTube Channel Views

Test2Code Plugin Overview

Minimize your regression suite via Test Impact Analytics. For more information see in documentation or core concepts

Modules

  • benchmarks: Module with benchmark tests
  • jacoco: Library with extended functionality for JaCoCo
  • load-tests: Module with load tests
  • plugin-runner: Module with scripts for local run by task ':plugin-runner:run'
  • test2code-admin: Classes for working with admin. It analyzes probes and send metrics & statistics.
  • test2code-agent: Classes for working with java-agent. Probes are put down with the help of instrumentation in the source code and sends to test2code-admin
  • test2code-common: Classes for working with java-agent. Probes are put down with the help of instrumentation in the source code and sends to test2code-admin
  • tests: Module with tests