-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (160 loc) · 9.57 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
<meta name="generator" content="Hugo 0.16" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta property="og:type" content="article"/>
<meta property="og:description" content=""/>
<meta property="og:title" content="Jac.Party : spf13.com"/>
<meta property="og:site_name" content="spf13 is Steve Francia"/>
<meta property="og:image" content="" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="" />
<meta property="og:image:height" content="" />
<meta property="og:url" content="https://raxxor.github.io/">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2016-09-09"/>
<meta property="article:modified_time" content="2016-09-09"/>
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@spf13">
<meta name="twitter:title" content="Jac.Party : spf13.com">
<meta name="twitter:creator" content="@spf13">
<meta name="twitter:description" content="">
<meta name="twitter:image:src" content="">
<meta name="twitter:domain" content="spf13.com">
<base href="https://raxxor.github.io">
<title>Jac.Party</title>
<link rel="canonical" href="https://raxxor.github.io/">
<link href="https://raxxor.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Jac.Party" />
<link href='http://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body lang="en">
<header id="header">
<nav id="nav">
<ul id="mainnav">
<li>
<a href="/post/">
<span class="icon"> <i aria-hidden="true" class="icon-quill"></i></span>
<span> Note </span>
</a>
</li>
<li>
<a href="/project/">
<span class="icon"> <i aria-hidden="true" class="icon-console"></i></span>
<span> Code </span>
</a>
</li>
<li>
<a href="/presentation/">
<span class="icon"> <i aria-hidden="true" class="icon-stats"></i></span>
<span> Quant </span>
</a>
</li>
<li>
<a href="http://jac.party">
<span class="icon"> <i aria-hidden="true" class="icon-home"></i></span>
<span> Me </span>
</a>
</li>
</ul>
<ul id="social">
<li id="share">
<span class="icon icon-bubbles"> </span>
<span class="title"> share </span>
<div class="dropdown share">
<ul class="social">
<li> <a href="http://www.reddit.com/submit?url=https%3a%2f%2fraxxor.github.io%2f" target="_blank" title="Reddit" class="reddit"><span class="icon icon-reddit"></span>Reddit</a> </li>
<li> <a href="http://www.stumbleupon.com/submit?url=https%3a%2f%2fraxxor.github.io%2f" target="_blank" title="StumbleUpon" class="stumbleupon"><span class="icon icon-stumbleupon"></span>StumbleUpon</a> </li>
</ul>
<span class="subcount">sharing is caring</span>
</div>
</li>
<li id="follow">
<span class="icon icon-rocket"> </span>
<span class="title"> follow </span>
<div class="dropdown follow">
<ul class="social">
<li> <a href="http://github.com/raxxor" target="_blank" title="GitHub" class="github"><span class="icon icon-github"></span>GitHub</a> </li>
</ul>
<span class="subcount">join * subscribers & followers</span>
</div>
</li>
</ul>
</nav>
</header>
<section id="main">
<div>
<h1 id="title">Jac.Party</h1>
<article class="post">
<header>
<h2><a href="https://raxxor.github.io/post/setup_robot_env/">ROBOTFRAMEWORK 测试环境搭建 </a> </h2>
<div class="post-meta">Fri, Sep 9, 2016 - Read in 1 Min </div>
</header>
ROBOTFRAMEWORK 是一个流行的自动化测试框架。 安装Python 建议安装基于python2.7的anaconda. Anaconda是一个python的商业发型版本,包含了主流的一些库与工具。 安装pip 在终端/命令行下面输入pip,按下回车,如果提示无法识别的命令。请安装pip. PIP是一个安装python库的流行工具。借助于他,我们安装其他库会快捷很多。 安装ROBOTFRAMEWORK 安装好PIP之后, > pip install robotframework 即可安装好robotframework 其他工具 如果需要安装robot framework 的 其他工具,可以参考官方文档 如果需要在win下安装ride,请参考这里 如果需要在mac下安装ride,请参考robotframework 在mac os上的搭建 其他工具建议 如果不习惯使用ride来编辑,建议sublime text3,ATOM,notepad/+/+, UE等工具。关于相关编辑器的robot插件,可以在这里找到。
<footer>
<a href='https://raxxor.github.io/post/setup_robot_env/'><nobr>Read more →</nobr></a>
</footer>
</article>
<article class="post">
<header>
<h2><a href="https://raxxor.github.io/post/robot_install_mac/">robotframework 在mac os上的搭建 </a> </h2>
<div class="post-meta">Thu, Aug 25, 2016 - Read in 1 Min </div>
</header>
robotframework是什么? robot framework mac下如何安装robotframework 简洁的一句指令 > pip install robotframework 什么?你居然没有安装pip?那好吧,如何安装pip拿走不谢。请注意pip支持的python的版本。安装过程其实是下载一个python脚本,然后直接运行该脚本。 安装好了,如何使用呢? robot framework提供了主流编辑器的支持,包括了atoms,sublime text,Eclipse,vim, emacs,Texemate甚至notepad++等。大家如果有习惯的编辑器可以直接安装相关的语法插件。 下面介绍的是robot framework嫡系的编辑器ride 安装robotframework ride 安装robot framework ride(以下简称ride)的需要已经安装好以下三部分 1. Python 2. wxPython 3. Robotframework Mac自带了python,条件1已经满足。 wxPython是一个基于python的跨平台GUI组件。大家应该猜到了,ride的开发基于wxPython。 安装wxpython 安装的方法有很多,这里推荐简洁的一种 > brew install wxpython 什么?你也没有brew…,那好吧,只需要把以下代码复制并在命令行下运行即可享受brew > /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" > 安装ride pip install robotframework-ride 安装完毕后尝试运行 /usr/local/bin/ride.py > python ride.py WTF, wxPython not found. You need to install wxPython 2.8.12.1 with unicode support to run RIDE. wxPython
<footer>
<a href='https://raxxor.github.io/post/robot_install_mac/'><nobr>Read more →</nobr></a>
</footer>
</article>
<article class="post">
<header>
<h2><a href="https://raxxor.github.io/post/first/">first </a> </h2>
<div class="post-meta">Thu, Aug 18, 2016 - Read in 0 Min </div>
</header>
<footer>
<a href='https://raxxor.github.io/post/first/'><nobr>Read more →</nobr></a>
</footer>
</article>
<article class="post">
<header>
<h2><a href="https://raxxor.github.io/about/">about </a> </h2>
<div class="post-meta">Thu, Aug 18, 2016 </div>
</header>
<footer>
<a href='https://raxxor.github.io/about/'><nobr>Read more →</nobr></a>
</footer>
</article>
</div>
</section>
<aside id="meta"> </aside>
<footer>
<div>
<p>
© 2017-05 <span itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Jac</span></span>
Powered by <a href="http://gohugo.io">Hugo</a>.
</p>
</div>
</footer>
<script type="text/javascript">
(function(){var j=function(a,b){return window.getComputedStyle?getComputedStyle(a).getPropertyValue(b):a.currentStyle[b]};var k=function(a,b,c){if(a.addEventListener)a.addEventListener(b,c,false);else a.attachEvent('on'+b,c)};var l=function(a,b){for(key in b)if(b.hasOwnProperty(key))a[key]=b[key];return a};window.fitText=function(d,e,f){var g=l({'minFontSize':-1/0,'maxFontSize':1/0},f);var h=function(a){var b=e||1;var c=function(){a.style.fontSize=Math.max(Math.min(a.clientWidth/(b*10),parseFloat(g.maxFontSize)),parseFloat(g.minFontSize))+'px'};c();k(window,'resize',c)};if(d.length)for(var i=0;i<d.length;i++)h(d[i]);else h(d);return d}})();
fitText(document.getElementById('title'), 1)
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-7131036-1', 'spf13.com');
ga('require', 'linkid', 'linkid.js');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>