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
If need-parts are used, tr_link does not check, if a given id (containing a string like 'need_id.part_id`) fits the target option.
tr_link
Used like:
.. test-file:: My Test Data :file: teen_car/test_run_1.xml :id: TESTFILE_1 :auto_suites: :auto_cases: :links: [[tr_link('case_name', 'id_complete')]]
Where [[tr_link('case_name', 'id_complete')]] is the part which should make it work. Using id instead of id_complete works.
[[tr_link('case_name', 'id_complete')]]
id
id_complete
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If need-parts are used,
tr_link
does not check, if a given id (containing a string like 'need_id.part_id`) fits the target option.Used like:
Where
[[tr_link('case_name', 'id_complete')]]
is the part which should make it work.Using
id
instead ofid_complete
works.The text was updated successfully, but these errors were encountered: