|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: "Continious Integration In Practice: Codeception, Jenkins, Xvfb" |
| 3 | +title: "Continuous Integration In Practice: Codeception, Jenkins, Xvfb" |
4 | 4 | date: 2013-05-24 22:03:50 |
5 | 5 | --- |
6 | 6 |
|
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.* |
8 | 8 |
|
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. |
10 | 10 |
|
11 | 11 |
|
12 | 12 | <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 |
66 | 66 |
|
67 | 67 | 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. |
68 | 68 |
|
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. |
70 | 70 |
|
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