DiscordChatExporter/DiscordChatExporter.Cli.Tests
Solareon fcf58f5b8e feat: add action row support
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>
2026-03-02 14:46:55 +01:00
..
Infra Formatting 2026-02-27 17:56:29 +02:00
Specs feat: add action row support 2026-03-02 14:46:55 +01:00
Utils Format 2026-01-01 20:40:37 +02:00
DiscordChatExporter.Cli.Tests.csproj Migrate to Centralized NuGet Package Management (CPM) (#1489) 2026-02-26 21:29:46 +02:00
Readme.md Use markdown alerts 2025-11-24 17:58:06 +02:00
xunit.runner.json Get rid of xUnit fixtures 2023-02-11 23:12:15 +02:00

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.

  1. Join the test server
  2. Locate your Discord authentication token
  3. Add your token to user secrets: dotnet user-secrets set DISCORD_TOKEN <token>
  4. 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.