I want to use JSON files to mock HTTP responses in my Flutter tests. On gitlab CI the tests are passing. Locally also. But on codemagic.io there is an error:
FileSystemException: Cannot open file, path = 'test_resources/mock_response.json' (OS Error: No such file or directory, errno = 2)