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.
Tyrrrz
c69211797f
|
1 year ago | |
---|---|---|
.. | ||
Infra | 1 year ago | |
Specs | 1 year ago | |
Utils | 2 years ago | |
DiscordChatExporter.Cli.Tests.csproj | 1 year ago | |
Readme.md | 2 years ago | |
xunit.runner.json | 2 years 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.
- 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.