- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 186 for Robot (0.23 sec)
-
demo/kitchen-sink/docs/robot.robot
*** Settings *** Documentation Robot Framework 4 syntax recipes cheat sheet robot. ... Demonstrates Robot Framework syntax in a concise format. Library MyLibrary Library MyLibrary WITH NAME HelloLibrary Library MyLibrary greeting=Howdy! WITH NAME HowdyLibrary Resource keywords.robot Suite Setup Log Suite Setup! Suite Teardown Log Suite Teardown!
Plain Text - Registered: 2023-01-31 12:40 - Last Modified: 2022-01-12 09:37 - 6.6K bytes - Viewed (0) -
src/snippets/robot.js
JavaScript - Registered: 2023-01-31 12:40 - Last Modified: 2022-07-27 08:41 - 91 bytes - Viewed (0) -
src/mode/robot.js
this.$id = "ace/mode/robot"; this.snippetFileId = "ace/snippets/robot"; }).call(Mode.prototype);
JavaScript - Registered: 2023-01-31 12:40 - Last Modified: 2022-07-27 08:41 - 580 bytes - Viewed (0) -
docs/vendor/fontawesome-free-5.15.2-web/svgs/solid/robot.svg
robot.svg...
SVG Image - Registered: 2023-01-31 09:01 - Last Modified: 2021-01-27 23:30 - 756 bytes - Viewed (0) -
src/snippets/robot.snippets.js
module.exports = `# scope: robot ### Sections snippet settingssection description *** Settings *** section *** Settings *** Library \${1} snippet keywordssection description *** Keywords *** section *** Keywords *** \${1:Keyword Name} [Arguments] \\\${\${2:Example Arg 1}} snippet testcasessection description *** Test Cases *** section *** Test Cases *** \${1:First Test Case} \${2:Log Example Arg}
JavaScript - Registered: 2023-01-31 12:40 - Last Modified: 2022-07-27 08:41 - 1.4K bytes - Viewed (0) -
content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/robot-framework.md
# Robot framework Robot Framework is a Python-based, extensible keyword-driven automation framework for acceptance testing, acceptance test driven development (ATDD), behavior driven development (BDD) and robotic process automation (RPA). Robot Framework is open and extensible. Robot Framework can be integrated with virtually any other tool to create powerful and flexible automation solutions. <ResourceGroupTitle>Free Content</ResourceGroupTitle>
Plain Text - Registered: 2022-12-30 02:38 - Last Modified: 2022-10-04 23:12 - 1.1K bytes - Viewed (0) -
src/roadmaps/qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/robot-framework.md
# Robot framework Robot Framework is a Python-based, extensible keyword-driven automation framework for acceptance testing, acceptance test driven development (ATDD), behavior driven development (BDD) and robotic process automation (RPA). Robot Framework is open and extensible. Robot Framework can be integrated with virtually any other tool to create powerful and flexible automation solutions. Visit the following resources to learn more:
Plain Text - Registered: 2023-02-03 02:38 - Last Modified: 2023-01-02 00:47 - 862 bytes - Viewed (0) -
.github/angular-robot.yml
# Configuration for angular-robot #options for the size plugin size: # Temporary disabled until we figure out why the size status check is not being # updated properly. TODO(devversion): re-add once the size check is reliable. disabled: true # Name of the status that will be responsible for providing # artifacts that will be measured by the robot. circleCiStatusName: "ci/circleci: build_release_packages"
Others - Registered: 2023-01-29 16:47 - Last Modified: 2021-11-15 19:30 - 3K bytes - Viewed (0) -
.github/angular-robot.yml
# Configuration for angular-robot #options for the size plugin size: disabled: false maxSizeIncrease: 2000 circleCiStatusName: 'ci/circleci: test' # options for the merge plugin merge: # the status will be added to your pull requests status: # set to true to disable disabled: false # the name of the status context: 'ci/angular: merge status' # text to show when all checks pass
Others - Registered: 2023-02-01 21:55 - Last Modified: 2021-11-17 18:35 - 6.4K bytes - Viewed (0) -
src/mode/robot_highlight_rules.js
}, { token: "keyword.control.robot", regex: /^[^\s\t*$|]+|(?=^\|)\s+[^\s\t*$|]+/, push: [{ token: "keyword.control.robot", regex: /(?=\s{2})|\t|$|\s+(?=\|)/, next: "pop" }, { defaultToken: "keyword.control.robot" }] }, { token: "constant.numeric.robot", regex: /\b[0-9]+(?:\.[0-9]+)?\b/
JavaScript - Registered: 2023-01-31 12:40 - Last Modified: 2022-07-27 08:41 - 4.5K bytes - Viewed (0)