alexrintt / lichess.dart

Lichess client for Dart.
https://pub.dev/packages/lichess_client_dio
MIT License
6 stars 2 forks source link

Integration test with bot token #16

Open alexrintt opened 1 year ago

alexrintt commented 1 year ago

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.