<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=Maintaining_and_improving_scripts_part004</id>
	<title>Maintaining and improving scripts part004 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=Maintaining_and_improving_scripts_part004"/>
	<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=Maintaining_and_improving_scripts_part004&amp;action=history"/>
	<updated>2026-04-21T08:50:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://training-course-material.com/index.php?title=Maintaining_and_improving_scripts_part004&amp;diff=22012&amp;oldid=prev</id>
		<title>David Parkin: /* Continuous integration?⌘ */</title>
		<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=Maintaining_and_improving_scripts_part004&amp;diff=22012&amp;oldid=prev"/>
		<updated>2014-09-09T09:42:38Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Continuous integration?⌘&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Selenium for victims of manual testing|040]]&lt;br /&gt;
[[Category:Private]]&lt;br /&gt;
==Continuous integration?⌘==&lt;br /&gt;
&lt;br /&gt;
First we need to install jenkins&lt;br /&gt;
&lt;br /&gt;
 sudo a2enmod proxy&lt;br /&gt;
&lt;br /&gt;
 sudo a2enmod proxy_http&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install jenkins&lt;br /&gt;
&lt;br /&gt;
Then go to localhost:8080&lt;br /&gt;
install plugins AnsiColor and TAP plugin&lt;br /&gt;
&lt;br /&gt;
To create a simple project click &lt;br /&gt;
new item&lt;br /&gt;
&lt;br /&gt;
then Build a free-style software project&lt;br /&gt;
&lt;br /&gt;
Input a title&lt;br /&gt;
&lt;br /&gt;
Use Build triggers &amp;gt; Poll SCM to schedule tests (similar to cron)&lt;br /&gt;
&lt;br /&gt;
Add a build event, execute shell, or batch for windows.&lt;br /&gt;
&lt;br /&gt;
input mocha path/test.js --reporter xunit &amp;gt; mocha.xml&lt;br /&gt;
&lt;br /&gt;
then add a post-build action, publish junit test result report, and input the name of the file mocha.xml&lt;/div&gt;</summary>
		<author><name>David Parkin</name></author>
	</entry>
</feed>