From ab71b035fc2363e36673b95bc00347e642461fc4 Mon Sep 17 00:00:00 2001 From: Tyrrrz Date: Sat, 24 Jul 2021 18:17:07 +0300 Subject: [PATCH] Update tests readme --- DiscordChatExporter.Cli.Tests/Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DiscordChatExporter.Cli.Tests/Readme.md b/DiscordChatExporter.Cli.Tests/Readme.md index acc5013..2223e21 100644 --- a/DiscordChatExporter.Cli.Tests/Readme.md +++ b/DiscordChatExporter.Cli.Tests/Readme.md @@ -6,12 +6,12 @@ In order to run these tests locally, you need to join the test server and config 1. Join the server: https://discord.gg/eRV8Vap5bm 2. Locate your Discord authentication token 3. Specify your token using a file or an environment variable: - - **Using a file**: put your token in a new `DiscordToken.secret` file created in this directory - - **Using an environment variable**: set `DISCORD_TOKEN` variable to your token + - **Using a file**: put your token in a new `DiscordToken.secret` file created in this directory + - **Using an environment variable**: set `DISCORD_TOKEN` variable to your token 4. Run the tests: `dotnet test` -> 🟣 If you're submitting a pull request, you don't _have_ to run the tests locally -- they are executed automatically by CI. +> If you're submitting a pull request, you don't _have_ to run the tests locally -- they are executed automatically by CI. Running them locally can still sometimes be useful for debugging purposes though. -> 🟣 If you want to have a new test case or a scenario added, please let me know in your pull request. +> If you want to have a new test case or a scenario added, please let me know in your pull request. Currently, it's not possible to add them by yourself. \ No newline at end of file