Skip to content

Commit

Permalink
add sleneium
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Sep 20, 2016
1 parent e8449ea commit 98de626
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include_dir=build
source=""chapters/documents.md chapters/graphics.md chapters/chrome-plugins.md chapters/devices.md chapters/ops.md chapters/hardware.md chapters/api.md chapters/cli.md chapters/backend.md chapters/science.md""
source=""chapters/documents.md chapters/graphics.md chapters/chrome-plugins.md chapters/devices.md chapters/ops.md chapters/auto.md chapters/hardware.md chapters/api.md chapters/cli.md chapters/backend.md chapters/science.md""
title='一个全栈工程师的工具箱'
filename='ebook'

Expand Down
7 changes: 7 additions & 0 deletions chapters/auto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
自动化
===

Selenium
---

> Selenium 是一个用于 Web 应用程序测试的工具。Selenium 的测试用例直接运行在浏览器中,就像真正的用户在操作一样。与主流的 web 自动化测试框架还有 QTP,基于 Ruby 的 WATIR 等相比,Selenium 支持 IE、Mozilla Firefox 多种浏览器,支持自动录制脚本以及 Java、c#、ruby 等多种运行语言的自动生成,用例制作快捷,运行快速。相比起来 Selenium 要显得更为灵活实用。
8 changes: 8 additions & 0 deletions ebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,14 @@ Jenkins
除了将Jenkins有于持续集成环境外,我们还可以使用Jenkins来完成一些自动化的部署工作。


自动化
===

Selenium
---

> Selenium 是一个用于 Web 应用程序测试的工具。Selenium 的测试用例直接运行在浏览器中,就像真正的用户在操作一样。与主流的 web 自动化测试框架还有 QTP,基于 Ruby 的 WATIR 等相比,Selenium 支持 IE、Mozilla Firefox 多种浏览器,支持自动录制脚本以及 Java、c#、ruby 等多种运行语言的自动生成,用例制作快捷,运行快速。相比起来 Selenium 要显得更为灵活实用。
硬件篇
===

Expand Down
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ <h1>一个全栈工程师的工具箱</h1>
<li><a href="#docker">Docker</a></li>
<li><a href="#jenkins">Jenkins</a></li>
</ul></li>
<li><a href="#自动化">自动化</a><ul>
<li><a href="#selenium">Selenium</a></li>
</ul></li>
<li><a href="#硬件篇">硬件篇</a><ul>
<li><a href="#raspberry-pi">Raspberry Pi</a></li>
<li><a href="#arduino">Arduino</a></li>
Expand Down Expand Up @@ -480,6 +483,11 @@ <h2 id="jenkins">Jenkins</h2>
<p>Jenkins是一个用Java编写的开源的持续集成工具。Jenkins提供了软件开发的持续集成服务。它运行在Servlet容器中(例如Apache Tomcat)。它支持软件配置管理(SCM)工具,可以执行基于Apache Ant和Apache Maven的项目,以及任意的Shell脚本和Windows批处理命令。</p>
</blockquote>
<p>除了将Jenkins有于持续集成环境外,我们还可以使用Jenkins来完成一些自动化的部署工作。</p>
<h1 id="自动化">自动化</h1>
<h2 id="selenium">Selenium</h2>
<blockquote>
<p>Selenium 是一个用于 Web 应用程序测试的工具。Selenium 的测试用例直接运行在浏览器中,就像真正的用户在操作一样。与主流的 web 自动化测试框架还有 QTP,基于 Ruby 的 WATIR 等相比,Selenium 支持 IE、Mozilla Firefox 多种浏览器,支持自动录制脚本以及 Java、c#、ruby 等多种运行语言的自动生成,用例制作快捷,运行快速。相比起来 Selenium 要显得更为灵活实用。</p>
</blockquote>
<h1 id="硬件篇">硬件篇</h1>
<h2 id="raspberry-pi">Raspberry Pi</h2>
<blockquote>
Expand Down

0 comments on commit 98de626

Please sign in to comment.