-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhowto.html
30 lines (28 loc) · 1.49 KB
/
howto.html
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>Reference</h2>
<p>Create a simple class library and reference <a href="http://nuget.org/packages/saucery" target="_blank">Saucery</a> (for NUnit), <a href="https://www.nuget.org/packages/saucery.xunit" target="_blank">Saucery.XUnit</a> (for XUnit) or <a href="https://www.nuget.org/packages/saucery.tunit" target="_blank">Saucery.TUnit</a> (for TUnit) from NuGet.</p>
<h2>Write your tests</h2>
<p>Have a look at the ExternalMerlin.NUnit, ExternalMerlin.XUnit 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 ===-->