https://github.com/runsidekick/sidekick-test-module
https://github.com/runsidekick/sidekick-test-module
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/runsidekick/sidekick-test-module
- Owner: runsidekick
- License: gpl-3.0
- Created: 2022-10-27T12:52:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T13:34:55.000Z (over 3 years ago)
- Last Synced: 2025-01-14T17:35:28.361Z (over 1 year ago)
- Language: Java
- Size: 49.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sidekick Test Module
Sidekick Test Module is an external Sidekick client that collects results from broker and serves them via REST API. Enabling usage of Sidekick stack & error collection data within test frameworks.
## Usage
- Edit application.yml under 'src/main/resources' to fit your needs.
> If you are a user of Sidekick Cloud than you should use
host: wss://broker.runsidekick.com &
port: 443
as your host & port values.
- Run & you will be able to start using Sidekick Test Module
- Checkout http://localhost:80/swagger-ui/index.html for api doc