All Downloads are FREE. Search and download functionalities are using the official Maven repository.

robotframework-2.7.7.atest.robot.variables.suite_source.txt Maven / Gradle / Ivy

The newest version!
*** Settings ***
Suite Setup     Run Tests  \  variables/suite_source
Force Tags      pybot  jybot  regression
Resource        atest_resource.txt

*** Test Cases ***
${SUITE SOURCE} in dir suite
    Check Test Suite  Suite Source  3 critical tests, 3 passed, 0 failed\n3 tests total, 3 passed, 0 failed

${SUITE SOURCE} in file suite
    Check Test Case  ${TEST NAME}

${SUITE SOURCE} in user keyword
    Check Test Case  ${TEST NAME}

${SUITE SOURCE} in resource file
    Check Test Case  ${TEST NAME}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy