This can be the simplest solution:
- Add test IDs into title with TESTOMATIO_TITLE_IDS=1 npx check-cucumber --update-uds
- Run tests and get XML reports
- Check that XML report contains test IDs
- Import them
to put IDs into titles automatically you can use this option https://github.com/testomatio/check-cucumber?tab=readme-ov-file#assign-ids
origin thread