testomatio/reporter

Testomatio reporter with cypress does not upload screenshot from failed tests

Closed this issue · 0 comments

Testomatio reporter for cypress was set up based on the reporter documentation.
When I run tests locally and testomatio id is set, the report is visible in testomatio, but screenshots for failed tests are missing.

in the logs I can see:
[TESTOMATIO] S3 were credentials obtained from Testomat.io...
[TESTOMATIO] 📊 Report created. Report ID: 5445dc44

after the tests are executed, and the given scenario finishes following error is visible in the logs:

File undefined was not found or did not have time to be generated...
Artifacts file undefined does not exist. Skipping...

I've tried the example project for cypress + cucumber, but with the old versions in package.json it also did not uploded the screenshots.

The artifact in testomatio is an AWS S3 storage set up based in the docs for amazon storage on testomatio website.