-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhowto.html
More file actions
30 lines (28 loc) · 1.25 KB
/
howto.html
File metadata and controls
30 lines (28 loc) · 1.25 KB
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
---
title: How To Integrate Saucery
layout: default
---
<!--=== HEADER ===-->
<section class="bg-19 bg-center bg-cover">
<div class="bg-filter">
<div class="container section-lg">
<h1 class="top-title">Integrate Saucery</h1>
</div>
</div>
</section>
<!--=== END HEADER ===-->
<!--=== MAIN WRAP ===-->
<section class="section">
<h1 class="sr-only">How To Integrate Saucery</h1>
<div class="container-sm">
<h2>Create a SauceLabs account</h2>
<p>Go to <a href="http://saucelabs.com" target="_blank">SauceLabs</a> and signup for a free <a href="https://saucelabs.com/sign-up" target="_blank">trial account</a>.</p>
<h2>Install the template</h2>
<p>Each flavor of Saucery has its own template, simply install it and go.
<h2>Write your tests</h2>
<p>Have a look at the ExternalMerlin.NUnit, ExternalMerlin.XUnit, ExternalMerlin.XUnit3 or ExternalMerlin.TUnit projects in <a href="http://github.com/Sauceforge/Saucery" target="_blank">Github</a> for examples. You can focus on your application and your tests. No need to think about DesiredOptions at all. Integration with SauceLabs is seamless!</p>
<h2>Execute!</h2>
<p>Execute your CI job and sit back as the awesome is unleashed!</p>
</div>
</section>
<!--===/END MAIN WRAP ===-->