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
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
Right now, there is a backend endpoint to fetch all the test-runs. And for each test run, there are multiple tests associated. Now on the frontend, there should be a component, to see which integration tests are passed.
The text was updated successfully, but these errors were encountered:
Endpoint to fetch all test runs located here: libs/api-implementation/test-run/src/lib/test-run.controller.ts
Schema for test run: libs/api-implementation/models/test-run/test-run.schema.ts
One should create new component in libs/frontend/test-runs/src/lib
See readme to explore how to work with the libraries, schemas, frontend, and backend.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, there is a backend endpoint to fetch all the test-runs. And for each test run, there are multiple tests associated. Now on the frontend, there should be a component, to see which integration tests are passed.
The text was updated successfully, but these errors were encountered: