Toast-tk-agent is the leightweight desktop application of Toast-Tk framework that records and replays user interactions with the application.
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!!
Toast TK regroups multiple open source projects licensed under the Apache Software License 2.
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