Currently, the produced annotations.yml file produces a value for the key fullyQualifiedName that is specified with /. The path should be specified with dots (.) rather than slashes to match the pytest report format.
As of now, the fullyQualifiedName looks like this:
tests/unit/reqstool/commands/status/test_statistics_generator.test_calculate_test_basic
and it should look like this:
tests.unit.reqstool.commands.status.test_statistics_generator.test_calculate_test_basic