fcl-js icon indicating copy to clipboard operation
fcl-js copied to clipboard

Integration Testing for FCL

Open srinjoyc opened this issue 3 years ago • 0 comments
trafficstars

Initial Acceptance Criteria

  • [ ] CI to verify functionality of current FCL version to be run on every PR.
  • [ ] Develop a set of JS testing lib tests to accomplish this (See below).
  • [ ] Mock discovery endpoints for the MVP.
  • [ ] Should be runnable via CLI locally.
  • [ ] Tests should be run against both REST and GRPC transports.

Test Cases

  • [ ] fcl.mutate
  • [ ] fcl.query
  • [ ] fcl.authenticate
  • [ ] pre-authz
  • [ ] user-signing (If possible)
  • [ ] multi-sig (if possible)
  • [ ] multi-authenticate (if possible)
  • [ ] FLIXT (if possible)

srinjoyc avatar Oct 18 '22 20:10 srinjoyc