Add discord integration tests (#4463) (#4477)

* add discord integration tests

* fix: var name in readme

(cherry picked from commit aa045d2655)

Co-authored-by: CWollinger <CWollinger@web.de>
This commit is contained in:
patchback[bot] 2022-04-10 08:59:16 +02:00 committed by GitHub
commit d04c18ffce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1,14 @@
The integration tests can be executed locally:
1. Create or use an existing discord server
2. Open `Server Settings` and navigate to `Integrations` tab
3. Click `Create Webhook` to create a new webhook
4. Click `Copy Webhook URL` and extract the webhook_id + webhook_token
Example: https://discord.com/api/webhooks/`webhook_id`/`webhook_token`
5. Replace the variables `discord_id` and `discord_token` in the var file
6. Run the integration test
````
ansible-test integration -v --color yes discord --allow-unsupported
````