Use devkit in e2e tests #102
Labels
bulldozer
This issue is part of bulldozer
enhancement
New feature or request
ts
This issue requires typescript.
Tests are using the anchor client directly, leading to e2e tests that are not entirely covering the way the programs are being used. Programs e2e tests should use Bulldozer's DevKit.
Note
The Bulldozer's DevKit is taking its first steps right now (02/11/2022), in reality, the Program's e2e cant be an exact replica of how the client does it. The API right now is an Angular Service, the underneath class should be instead part of the DevKit and Angular just instantiates it with the respective HttpClient. The same class should be instantiable in any Typescript/Javascript app as long as it has a compatible HttpClient. This way we can have e2e tests of the program that are closer to reality.
The text was updated successfully, but these errors were encountered: