atsign-foundation / at_client_sdk

The Dart implementation of atSDK used for implementing Atsign's technology into other software
https://pub.dev/publishers/atsign.org/packages
BSD 3-Clause "New" or "Revised" License
1.47k stars 31 forks source link

Need some e2e tests for APKAM-enrolled clients #1309

Closed gkc closed 3 months ago

gkc commented 5 months ago

Describe the bug

We have no e2e tests right now which prove that APKAM-enrolled atsign_1 can successfully communicate with APKAM-enrolled atsign_2

Expected behavior

Something like this in the e2e tests:

gkc commented 5 months ago

@sitaram-kalluri @murali-shris i have thoughts about how to do this easily, now that I've done this for NoPorts. I'll add a comment here over the weekend describing the approach

sitaram-kalluri commented 3 months ago

Currently, the E2E tests are running successfully. The unit tests are failing with dart beta version due to following dart issue: https://github.com/dart-lang/sdk/issues/55911#issuecomment-2153606884. Pending work is to update the dependencies and check if the issue is resolved.