mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-31 17:43:04 -06:00
this adds support for exporting the action rows sometimes found in embeds. Only was able to test with single button action rows. I used copilot to draft up a proof of concept and tweaked to get it working 100% and fixed the colors to match discord styling Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| Infra | ||
| Specs | ||
| Utils | ||
| DiscordChatExporter.Cli.Tests.csproj | ||
| Readme.md | ||
| xunit.runner.json | ||
DiscordChatExporter Tests
This test suite runs against a real Discord server, specifically created to exercise different behaviors required by the test scenarios. In order to run these tests locally, you need to join the test server and configure your authentication token.
- Join the test server
- Locate your Discord authentication token
- Add your token to user secrets:
dotnet user-secrets set DISCORD_TOKEN <token> - Run the tests:
dotnet test
Note
If you want to add a new test case, please let me know and I will give you the required permissions on the server.