alexrintt/lichess.dart

Integration test with bot token

Opened this issue · 0 comments

Although unit testing cover the endpoint part, integration tests will help us catch bugs that are not caught by the endpoint mock, but from the Lichess servers.

This part covers the integration of a sample client. The client must use a personal access token, later on GitHub actions we should use a bot account to auth.