CCExtractor / sample-platform-v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Which CI on specific-test run are passed

zelzhan opened this issue · comments

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.

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.