Hi,
I am with a free plan and I try to evaluate the Cypress tests report import to testiny using this documentation Cypress | Testiny Documentation
I created an API key with Administration permissions (no permission limitation), configured mochawesome reporter, run some test to have a json report in a results folder and then I used the provided commands:
export TESTINY_API_KEY=****
npx @testiny/cli automation --project <MY_ID> --source "e2e" --cypress results/*.json
Here is the log I have in the console:
o---o ----------------------------
| TESTINY IMPORTER 1.31.0
\-o ----------------------------
API key: user '<MY_USER>' in organization '<MY_ORGANIZATION>'
Using project: <MY_PROJECT>
Import source: e2e
Environment: none
No CI environment was detected and no 'runFields' arguments were provided, using random 'run_id'
Run Fields: run_id
Processing mochawesome file: results/mochawesome.json
Found 0 screenshots in "cypress/screenshots"
Import error: Required features 'atmData' are not available or enabled (API_NOT_SUPPORTED)
Is it because I am in a free plan that I can’t use the testiny CLI to post test result ?
Thank you for your help, the cypress test result import in Testiny is the last thing I need to validate to move to a paid plan.
Julien