Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to test my Data Model 2.0 based Verifiable Credential #130

Open
Piyush7034 opened this issue Oct 9, 2024 · 1 comment
Open

Comments

@Piyush7034
Copy link

I and my team worked on Data Model 2.0 implementation and generated a VC based on the requirements of Data Model 2.0. We tried to test our VC by following the steps in the read.me for testing a VC locally. But did not get any suitable result. Even after returning.

Steps which were followed:

  1. Used https://github.com/Wind4Greg/Server-for-VCs for returning VC generated by us as a response to "/credentials/issue" endpoint.
  2. With this server running, tried running "npm test" command on test suite implementation.
  3. But the test results we are getting are same when we don't return any VC response from the above endpoint.
@PatStLouis
Copy link
Collaborator

could you describe the results you are getting? One of the goal of this test suite is to ensure the component under test can handle positive/negative testing and is able to reject invalid credential issuance requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants