You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are the kinds of tests existing in this demo for each of the services in the programming language and if it's possible to add tests whether unit or integration tests if necessary to this demo?
The text was updated successfully, but these errors were encountered:
The demo has a set of Cypress end-to-end testing scripts as part of the frontend and a full set of trace-based tests.
The Cypress tests are in the src/frontend/cypress/e2e folder. You can find the trace-based tests in test/tracetesting.
To execute the tests, run make run-tests
Question
What are the kinds of tests existing in this demo for each of the services in the programming language and if it's possible to add tests whether unit or integration tests if necessary to this demo?
The text was updated successfully, but these errors were encountered: