You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DiscordChatExporter/DiscordChatExporter.Cli.Tests
Oleksii Holub 7c04db40f8
Skip Twitch clip projections because they can't be rendered locally (#1200)
4 months ago
..
Infra Use new array syntax 5 months ago
Specs Skip Twitch clip projections because they can't be rendered locally (#1200) 4 months ago
Utils Refactor using c# 12 features 6 months ago
DiscordChatExporter.Cli.Tests.csproj Update NuGet packages 5 months ago
Readme.md Use local secret store for tests instead of hand-made solution 1 year ago
xunit.runner.json Get rid of xUnit fixtures 1 year ago

Readme.md

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.