We need to find a way to tag tests in the test repository with deterministic IDs.
TODO:
first approach - read and count all tests in test repository (indexes will be just numbers in array) - this approach should cover all loops by default,
second approach - create hash based on relative test file path from root, test title and stringified test function body (loops can not be handled here, need verify).
We need to find a way to tag tests in the test repository with deterministic IDs.
TODO: