debian-image-builder-frontend/src/test
Aleksandar Todorov 48fcbda28d tests: simplify calls to waitForElementToBeRemoved and reorder
otherwise we get:

Error: The element(s) given to waitForElementToBeRemoved are
already removed. waitForElementToBeRemoved requires that the
element(s) exist(s) before waiting for removal.
2020-11-18 16:38:23 +02:00
..
SmartComponents tests: simplify calls to waitForElementToBeRemoved and reorder 2020-11-18 16:38:23 +02: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: add initial jest tests 2020-10-22 10:23:08 +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!