robot framework总结

来源:互联网 发布:游戏网站源码 编辑:程序博客网 时间:2024/06/05 20:37

Robot Framework Plugin:

https://wiki.jenkins-ci.org/display/JENKINS/Robot+Framework+Plugin

Robot Framework 用户指南


http://www.usyiyi.cn/robot_framework/
http://www.usyiyi.cn/robot_framework/content/#mailing-lists




https://packagecontrol.io/packages/Robot%20Framework

sublime-robot-plugin

This project is a plugin for Sublime Text 2 that provides some conveniences for working with Robot Framework test files (.txt only).

Installation

The easiest way to install is to use Package Control and search for 'Robot Framework'.

Otherwise, open Sublime Text 2 and click Preferences -> Browse Packages to open the packages directory. Then create a directory named Robot Framework containing the contents of this repository.

Features

  • Syntax highlighting for Robot txt files, plus automatic detection/activation
  • alt+enter or alt+click to:
    • go to resource file at caret
    • go to user keyword at caret
    • go to builtin keyword at caret (opens browser)
  • ctrl+space to auto complete user keywords (must start on first word of keyword since sublime will break on spaces)
  • search for keywords in all project robot files (open folders)
  • run script from Cmd+B
  • Toggle Comments with Cmd+/

Screenshots


0 0
原创粉丝点击