doc/Bauxite/Application.html in bauxite-0.4.0 vs doc/Bauxite/Application.html in bauxite-0.4.1
- old
+ new
@@ -88,12 +88,12 @@
<section class="description">
<p><code>bauxite</code> command-line program.</p>
-<p>This program executes Bauxite tests and outputs the execution progress and
-tests results to the terminal.</p>
+<p>This program executes <a href="../Bauxite.html">Bauxite</a> tests and
+outputs the execution progress and tests results to the terminal.</p>
<h2 id="class-Bauxite::Application-label-Synopsis">Synopsis<span><a href="#class-Bauxite::Application-label-Synopsis">¶</a> <a href="#documentation">↑</a></span></h2>
<pre class="ruby"><span class="ruby-identifier">bauxite</span> [<span class="ruby-constant">OPTIONS</span>] <span class="ruby-identifier">file1</span> <span class="ruby-identifier">file2</span> <span class="ruby-operator">...</span>
<span class="ruby-comment"># => Executes file1, then file2, and so on.</span>
@@ -105,11 +105,12 @@
<span class="ruby-comment"># => Start Bauxite and read test actions from the standard input.</span>
</pre>
<h2 id="class-Bauxite::Application-label-Options">Options<span><a href="#class-Bauxite::Application-label-Options">¶</a> <a href="#documentation">↑</a></span></h2>
-<p>For a detailed list of options for your Bauxite version execute:</p>
+<p>For a detailed list of options for your <a
+href="../Bauxite.html">Bauxite</a> version execute:</p>
<pre>bauxite -h</pre>
<dl class="rdoc-list label-list"><dt>-v, --verbose
<dd>
<p>Show verbose error messages (i.e. print exception names and backtraces).</p>
@@ -142,11 +143,12 @@
<p><code>phantomjs</code></p>
</li><li>
<p><code>safari</code></p>
</li></ul>
-<p>Driver availability dependes on the system running Bauxite.</p>
+<p>Driver availability dependes on the system running <a
+href="../Bauxite.html">Bauxite</a>.</p>
</dd><dt>-P, --provider-option OPTION
<dd>
<p>A <code>name=value</code> pair of options that are directly forwarded to
the Selenium WebDriver provider. This option argument can appear multiple
times in the command line to specify multiple options.</p>
@@ -183,13 +185,13 @@
<p>If <code>URL</code> is not present
<code>http://localhost:4444/wd/hub</code> will be assumed.</p>
</dd><dt>-e, --extension DIR
<dd>
<p>Loads every Ruby file (*.rb) inside <code>DIR</code> (and subdirectories).
-This option can be used to load custom Bauxite extensions (e.g. Actions,
-Selectors, <a href="Loggers.html">Loggers</a>, etc.) for a specific test
-run.</p>
+This option can be used to load custom <a
+href="../Bauxite.html">Bauxite</a> extensions (e.g. Actions, Selectors, <a
+href="Loggers.html">Loggers</a>, etc.) for a specific test run.</p>
<p>For example:</p>
<pre class="ruby"><span class="ruby-comment"># === custom/my_selector.rb ======= #</span>
<span class="ruby-keyword">class</span> <span class="ruby-constant">Bauxite</span><span class="ruby-operator">::</span><span class="ruby-constant">Selector</span>
@@ -207,11 +209,11 @@
<span class="ruby-identifier">bauxite</span> <span class="ruby-operator">-</span><span class="ruby-identifier">e</span> <span class="ruby-identifier">custom</span> <span class="ruby-identifier">custom</span><span class="ruby-operator">/</span><span class="ruby-identifier">my_test</span>.<span class="ruby-identifier">bxt</span>
</pre>
</dd><dt>--version
<dd>
-<p>Shows the Bauxite version.</p>
+<p>Shows the <a href="../Bauxite.html">Bauxite</a> version.</p>
</dd></dl>
<h2 id="class-Bauxite::Application-label-Exit+Status">Exit Status<span><a href="#class-Bauxite::Application-label-Exit+Status">¶</a> <a href="#documentation">↑</a></span></h2>
<p>The <code>bauxite</code> program exits with <code>zero</code> if every
@@ -241,9 +243,9 @@
</main>
<footer id="validator-badges" role="contentinfo">
<p><a href="http://validator.w3.org/check/referer">Validate</a>
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>