Skip to content

toast-tk/toast-tk-agent

Repository files navigation

Codacy Badge License

Toast-Tk Agent

Toast-tk-agent is the leightweight desktop application of Toast-Tk framework that records and replays user interactions with the application.

Contribution

Toast TK is a young Open Source Love project.

For contribution rules and guidelines, See CONTRIBUTING.md

If you'd like to help, get in touch and let us know how you'd like to help. We love contributors!!

Licence

Toast TK regroups multiple open source projects licensed under the Apache Software License 2.

How to debug

To run the agent on an IDE with all the right parameters, you have to create a new java application runner :

  • Create a new run configuration (Run > Run configuration > New)
  • Set the configurations to :
    • Project : toast-tk-web-agent
    • Main Class : io.vertx.core.Starter
    • Program Arguments : run io.toast.tk.agent.web.RestRecorderService
  • Save and run with this configuration