TestChooser
Sublime Text 2插件,用于轻松在iTerm中运行RSpec和Cucumber测试
详情
安装次数
- 总 393
- Windows 53
- Mac 258
- Linux 82
8月7日 | 8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
README文件
TestChooser
Sublime Text 2插件,用于在
描述
它首先检查当前文件,看它是否为“feature”或“spec”文件。如果是,它读取文件,寻找位于行首的“it”、“describe”、“context”或“scenario”关键字。
然后显示这些行供您选择。一旦您从列表中选择一个项目并点击“运行”,测试将在
说明
此插件
使用Package Control安装此插件,它是Sublime Text 2的包管理器。
键盘快捷键
有一个菜单项可以访问TestChooser的键盘快捷键。
“首选项”->“包设置”->“TestChooser”->“键盘快捷键 - 用户”
此快捷键使用双键组合。这里的“super”是Mac上的“command”键。
{ "keys": ["super+y", "super+y"], "command": "test_chooser" }
设置
“首选项”->“包设置”->“TestChooser”->“设置 - 用户”
选择您的终端。默认是iTerm,但您也可以使用单词“终端”选择Apple的终端。
"terminal": "iTerm"
搜索RSpec和Cucumber文件时使用的搜索词。
"search_terms": ["it", "describe", "context", "Scenario"]
设置RSpec终端命令。
"rspec_command": "bundle exec rspec --drb"
设置Cucumber终端命令。
"cucumber_command": "bundle exec cucumber --drb -r features/"
许可
阅读此包包含的许可文本文件……但它是MIT许可。
变更日志
将原始插件修改为现在使用Package Conrol。
移除了py-appscript依赖。