-
Notifications
You must be signed in to change notification settings - Fork 8
Testing
Andrey edited this page Sep 24, 2023
·
2 revisions
There is GeometryDashAPI.Tests project for testing, it's contains
- Unit tests (runs in CI)
- Integration test for server response on a large data set (do not runs in CI)
It's needs to setGDAPI_TESTS_CONTENTSenv variable that points to the folder with thelevelsfile.
levelsshould contains a geometry dash response from server in each line - Integration test for game resources (do not runs in CI)
It's needs to setGDAPI_TESTS_RESOURCESenv variable that points to theResourcesfolder of game
- .NET 6
- .NET Core 2.2
- .NET Framework 4.8