debian-image-builder-frontend/src/test
mgold1234 27c620939a LandingPage: Add edge images table
This commit adds the edge images table as a federated module, gated behind a feature flag.
the configuration is for dev environment to work with federation modules locally
2023-06-26 12:54:10 +02:00
..
Components LandingPage: Add edge images table 2023-06-26 12:54:10 +02:00
fixtures RTKQ: Add typing to RTKQ hooks in apiSlice 2023-06-20 16:36:39 +02:00
mocks RTKQ: Add typing to RTKQ hooks in apiSlice 2023-06-20 16:36:39 +02:00
redux CreateImageWizard: use non-deprecated image type aliases 2022-12-06 15:14:53 +01:00
.eslintrc test: Add two more eslint plugin to follow best practices and 2020-11-06 10:03:26 +01:00
jest.setup.js src/test/jest.setup.js: add log supressor 2023-05-30 10:08:44 +02:00
README.md Add README with info around testing 2020-11-03 15:31:40 +01:00
testUtils.js Router: Modify /share and /imagewizard routing 2023-04-20 14:59:12 +02:00

Testing information

Code coverage

Code coverage is recorded in codecov.io. This information comes only from unit tests and for the time being we're not concerned with collecting coverage information from integration tests.

It must be over 85% as required by Insights QE!