debian-image-builder-frontend/src/test
regexowl 32ec1a6d27 jest: Increase test timeout
This increases default test timeout from 10000 to 20000 and timeout for "image name invalid for more than 100 chars and description for 250" to 50000.

This should eliminate test flakes caused by timing out, later it will be "reverted" when the Vitest migration gets merged.
2024-07-16 10:47:54 +02:00
..
Components jest: Increase test timeout 2024-07-16 10:47:54 +02:00
fixtures Wizard: enable nav items properly in Edit mode 2024-07-11 09:37:36 +02:00
mocks Wizard: validate uniqueness of Blueprint name 2024-06-26 15:41:48 +02:00
.eslintrc ESLint: Add no-debugging-utils rule 2024-01-25 15:23:57 +01:00
jest.setup.js HMS-3796: Add snapshot date selection to wizard 2024-04-25 14:45:50 +02:00
README.md Add README with info around testing 2020-11-03 15:31:40 +01:00
testUtils.js Wizard: Drop the WizardV1 2024-06-19 09:10:22 +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!