debian-image-builder-frontend/src/test
Jacob Kozol 4b9e98bff3 test: able to recreate image
Verify that clicking recreate will pass the expected compose request to
the CreateImageWizard. Also, verify that if passed a composeRequest and
initialStep of 'review', the wizard will display the review page with
all info filled.
2022-03-23 12:30:42 +01:00
..
Components test: able to recreate image 2022-03-23 12:30:42 +01:00
redux constants: Introduce RHEL_8 constant 2021-11-11 19:13:48 +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 test: update tests for React Router v6 2021-11-18 19:06:56 +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!