We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the test rail specification (https://github.com/gurock/trcli#2-using-case-id-specification-first-approach) property used to find test rail cases by id is named "test_id". However when using annotation @testrail and giving case id in the xml report property with a key "case_id" is added making this annotation unusable (https://github.com/gurock/testrail-junit-extensions#testrail-annotation).
Can you update this annotation to use the property key supported by the cli?
The text was updated successfully, but these errors were encountered:
Also faced with a same issue. @d-rede could you please have a look?
Sorry, something went wrong.
#3
I have added the changes to a project. @d-rede could you check this MR please?
Hello @kopytovskiy I'm no longer the maintainer of this project. @bitcoder should follow-up on the issue.
On it!
A quick analysis tells that trcli uses the property "test_id". I left some few comments on your PR. Can you please have a look at it?
a5e8cf4
Merge pull request #4 from gurock/use_test_id
ef1c9bb
fix #2 by using test_id property
No branches or pull requests
According to the test rail specification (https://github.com/gurock/trcli#2-using-case-id-specification-first-approach) property used to find test rail cases by id is named "test_id". However when using annotation @testrail and giving case id in the xml report property with a key "case_id" is added making this annotation unusable (https://github.com/gurock/testrail-junit-extensions#testrail-annotation).
Can you update this annotation to use the property key supported by the cli?
The text was updated successfully, but these errors were encountered: