Skip to content

Commit 66ad0f4

Browse files
author
davert
committed
new CI post
1 parent 1a3a215 commit 66ad0f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/2012-05-24-jenkins-ci-practice.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: "Continious Integration In Practice: Codeception, Jenkins, Xvfb"
3+
title: "Continuous Integration In Practice: Codeception, Jenkins, Xvfb"
44
date: 2013-05-24 22:03:50
55
---
66

7-
*Another blogpost from Ragazzo containing some practical information. If you ever wanted to ask how to set up a COnitnious Integration with Codeception, you can read it here. He shares some useful tips you should be aware of.*
7+
*Another blogpost from Ragazzo containing some practical information. If you ever wanted to ask how to set up a Continuous Integration with Codeception, you can read it here. He shares some useful tips you should be aware of.*
88

9-
It is very good to automate maximum of the things you can. Once we automated testing process, build should be automated too. I use [Jenkins](http://jenkins-ci.org/) as my primary continious integration server. It can be installed and executed on all popular operating systems with Java enabled.
9+
It is very good to automate maximum of the things you can. Once we automated testing process, build should be automated too. I use [Jenkins](http://jenkins-ci.org/) as my primary continuous integration server. It can be installed and executed on all popular operating systems with Java enabled.
1010

1111

1212
<img src="http://jenkins-ci.org/sites/default/files/images/headshot.png" style="float: right;" />
@@ -66,6 +66,6 @@ export DISPLAY=":1" && java -jar selenium-server-standalone.jar
6666

6767
Then start your Codeception acceptance tests as usual. By the way, I suggest you to use [this Xvfb init script](https://gist.github.com/jterrace/2911875) in Ubuntu.
6868

69-
*There is nothing hard in setting up Jenkins. You can use Codeception with it or in any other CI server. If you already did that, please share your experience with commuity. We really need more personal experiences and blogposts from the community. Documentation can't cover all use cases, that's why your thought are much appreciated. If you don't have a blog we can publish your blogpost here.
69+
*There is nothing hard in setting up Jenkins. You can use Codeception with it or in any other CI server. If you already did that, please share your experience with community. We really need more personal experiences and blogposts from the community. Documentation can't cover all use cases, that's why your thought are much appreciated. If you don't have a blog we can publish your blogpost here.
7070

71-
P.S. Just to mention, If you are using **Bamboo** CI server, pls eable the `--no-exit` option to run tests correctly.*
71+
P.S. Just to mention, If you are using **Bamboo** CI server, pls enable the `--no-exit` option to run tests correctly.*

0 commit comments

Comments
 (0)