0chain / system_test

User Acceptance Tests (UAT) for the 0Chain blockchain and storage protocols
Other
8 stars 5 forks source link

0Box: Utility endpoints system tests #547

Closed stewartie4 closed 1 year ago

stewartie4 commented 1 year ago

Implement system acceptance tests for 0box that test the utility endpoints example (but not exhaustive) test cases.

GET /v2/phone/exist GET /v2/wallet/exist GET /v2/csrftoken POST /v2/fcmtoken PUT /v2/fcmtoken

See the 0box postman collection for endpoints: https://github.com/0chain/0box/blob/staging/e2e/0chain-0box.postman_collection.json

Following the test style guide and the style of the existing 0box tests

cnlangzi commented 1 year ago

@stewartie4 could you add tests for jwt apis too? it is used by desktop apps(win/macos)?