*** Settings ***
Force Tags req-42
Default Tags owner-john smoke

*** Variables ***
${HOST} 10.0.1.42

*** Test Cases ***
No own tags
[Documentation] this test has tags owner-john,smoke and req-42
NO OPERATION
With own tags
[Documentation] this test has tags not_ready,owner-mrx and req-42
[Tags] owner-mrx not_ready
NO OPERATION
Own tags with variables
[Documentation] This test has tags host-10.0.1.42 and req-42
[Tags] host-${HOS]
no operation
Empty own tags
[Documentation] this test has only tag req-42
[Tags]
no operation
Set Tags and Remove Tags Keywords
[Documentation] This test has tags my tag and owner-john
Set Tags mytag
Remove Tags smoke req_*

相关文章:

  • 2022-03-05
  • 2022-12-23
  • 2021-05-30
  • 2021-11-02
  • 2021-07-04
  • 2022-12-23
  • 2021-12-27
  • 2021-10-12
猜你喜欢
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
相关资源
相似解决方案