debian-image-builder-frontend/src/test
regexowl e5a9f0eaf9 Wizard: Add "refine search" warning to Packages step
Fixes #913.

This adds status bars to the `DualListSelectorPane` on the Packages step. The status bar indicates how many packages were found and how many of those have been selected.

Warning for too many returned results was also added. When an exact match is found during a search with over 100 results, it is shown together with the warning.
2023-04-14 18:27:10 +02:00
..
Components Wizard: Add "refine search" warning to Packages step 2023-04-14 18:27:10 +02:00
fixtures Add sources selection for Azure 2023-04-13 13:32:23 +02:00
mocks Wizard: Migrate activation keys calls to RTK Query 2023-04-14 16:52:47 +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
README.md Add README with info around testing 2020-11-03 15:31:40 +01:00
testUtils.js ESLint: Use --fix with updated rules to order imports 2022-12-02 16:29:58 +01: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!