0xPolygonID / issuer-node

Privado ID Self-Hosted Issuer Node
Apache License 2.0
86 stars 81 forks source link

Add api test #719

Closed Lechu13 closed 1 month ago

x1m3 commented 1 month ago

Please: Rename it using conventional commits like other PRs. This way, this feature will be automatically documented on changelog.

x1m3 commented 1 month ago

In some way, I see this tests as duplicated from the existing ones in the backend go code. This tests are also end to end tests that are launching a server and doing http requests to it.

What it the extra value? When implementing a new feature, are we going to create an end to end test in go code but also in playwright?