Skip to content

Commit

Permalink
Publish 'site' to 'gh-pages' in 'ShellyDCMS/cypress-test-utils'
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyDCMS committed May 27, 2024
1 parent d16dfd4 commit a254451
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion classes/Assertable.html
Original file line number Diff line number Diff line change
Expand Up @@ -3223,7 +3223,7 @@



<p><a href="../index.html">@shellygo/cypress-test-utils - v2.1.4</a> / <a href="../modules.html">Modules</a> / Assertable</p>
<p><a href="../index.html">@shellygo/cypress-test-utils - v2.1.5</a> / <a href="../modules.html">Modules</a> / Assertable</p>
<h1 id="class-assertablet">Class: Assertable&lt;T&gt;</h1>
<p>Assertable wraps Cypress.Chainable so that your tests are as decoupled as possible from Cypress.
By using the Assertable class, you can use the same assertions in your tests, regardless of the testing framework you use.
Expand Down
2 changes: 1 addition & 1 deletion classes/CypressAngularComponentHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@



<p><a href="../index.html">@shellygo/cypress-test-utils - v2.1.4</a> / <a href="../modules.html">Modules</a> / CypressAngularComponentHelper</p>
<p><a href="../index.html">@shellygo/cypress-test-utils - v2.1.5</a> / <a href="../modules.html">Modules</a> / CypressAngularComponentHelper</p>
<h1 id="class-cypressangularcomponenthelpert">Class: CypressAngularComponentHelper&lt;T&gt;</h1>
<p><strong><code>Classdes</code></strong></p>
<p>CypressAngularComponentHelper exposes the following public properties:</p>
Expand Down
2 changes: 1 addition & 1 deletion classes/CypressHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@



<p><a href="../index.html">@shellygo/cypress-test-utils - v2.1.4</a> / <a href="../modules.html">Modules</a> / CypressHelper</p>
<p><a href="../index.html">@shellygo/cypress-test-utils - v2.1.5</a> / <a href="../modules.html">Modules</a> / CypressHelper</p>
<h1 id="class-cypresshelper">Class: CypressHelper</h1>
<p><strong><code>Classdes</code></strong></p>
<p>CypressHelper exposes the following public properties:</p>
Expand Down
2 changes: 1 addition & 1 deletion classes/CypressHelperOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@



<p><a href="../index.html">@shellygo/cypress-test-utils - v2.1.4</a> / <a href="../modules.html">Modules</a> / CypressHelperOptions</p>
<p><a href="../index.html">@shellygo/cypress-test-utils - v2.1.5</a> / <a href="../modules.html">Modules</a> / CypressHelperOptions</p>
<h1 id="class-cypresshelperoptions">Class: CypressHelperOptions</h1>
<h2 id="table-of-contents">Table of contents</h2>
<h3 id="constructors">Constructors</h3>
Expand Down
12 changes: 6 additions & 6 deletions classes/CypressLitComponentHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@



<p><a href="../index.html">@shellygo/cypress-test-utils - v2.1.4</a> / <a href="../modules.html">Modules</a> / CypressLitComponentHelper</p>
<p><a href="../index.html">@shellygo/cypress-test-utils - v2.1.5</a> / <a href="../modules.html">Modules</a> / CypressLitComponentHelper</p>
<h1 id="class-cypresslitcomponenthelper">Class: CypressLitComponentHelper</h1>
<p><strong><code>Classdes</code></strong></p>
<p>CypressLitComponentHelper exposes the following public properties:</p>
Expand Down Expand Up @@ -825,11 +825,11 @@ <h4 id="type-declaration">Type declaration</h4>
<p><strong>mount</strong>: &lt;T&gt;(<code>element</code>: <code>T</code>, <code>template</code>: <code>TemplateResult</code>&lt;<code>ResultType</code>&gt;) =&gt; <code>Chainable</code>&lt;<code>JQuery</code>&lt;<code>HTMLElement</code>&gt;&gt;</p>
<p>Mount a LitElement web component</p>
<p><strong><code>Example</code></strong></p>
<p><code>ts
litComponentHelper.when.mount&lt;SpinnerElement&gt;(
new SpinnerElement(),
html`&lt;edf-spinner size="${this.props.size}" type="${this.props.type}" label="${this.props.label}"&gt;&lt;/edf-spinner&gt;`
);</code></p>
<div class="language-ts highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nx">litComponentHelper</span><span class="p">.</span><span class="nx">when</span><span class="p">.</span><span class="nx">mount</span><span class="o">&lt;</span><span class="nx">SpinnerElement</span><span class="o">&gt;</span><span class="p">(</span>
</span><span id="__span-0-2"><a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class="w"> </span><span class="ow">new</span><span class="w"> </span><span class="nx">SpinnerElement</span><span class="p">(),</span>
</span><span id="__span-0-3"><a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="w"> </span><span class="nx">html</span><span class="sb">`&lt;edf-spinner size=&quot;</span><span class="si">${</span><span class="k">this</span><span class="p">.</span><span class="nx">props</span><span class="p">.</span><span class="nx">size</span><span class="si">}</span><span class="sb">&quot; type=&quot;</span><span class="si">${</span><span class="k">this</span><span class="p">.</span><span class="nx">props</span><span class="p">.</span><span class="kr">type</span><span class="si">}</span><span class="sb">&quot; label=&quot;</span><span class="si">${</span><span class="k">this</span><span class="p">.</span><span class="nx">props</span><span class="p">.</span><span class="nx">label</span><span class="si">}</span><span class="sb">&quot;&gt;&lt;/edf-spinner&gt;`</span>
</span><span id="__span-0-4"><a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a><span class="p">);</span>
</span></code></pre></div>
<hr />
<p><strong>unmount</strong>: <T\>(<code>element</code>: <code>T</code>) => <code>Chainable</code>&lt;<code>JQuery</code>&lt;<code>HTMLElement</code>&gt;&gt;</p>
<p>-</p>
Expand Down
2 changes: 1 addition & 1 deletion classes/CypressReactComponentHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@



<p><a href="../index.html">@shellygo/cypress-test-utils - v2.1.4</a> / <a href="../modules.html">Modules</a> / CypressReactComponentHelper</p>
<p><a href="../index.html">@shellygo/cypress-test-utils - v2.1.5</a> / <a href="../modules.html">Modules</a> / CypressReactComponentHelper</p>
<h1 id="class-cypressreactcomponenthelper">Class: CypressReactComponentHelper</h1>
<p><strong><code>Classdes</code></strong></p>
<p>CypressReactComponentHelper exposes the following public properties:</p>
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@
</li>

<li class="md-nav__item">
<a href="#html-documentation" class="md-nav__link">
<a href="#documentation" class="md-nav__link">
<span class="md-ellipsis">
HTML Documentation
Documentation
</span>
</a>

Expand Down Expand Up @@ -640,9 +640,9 @@
</li>

<li class="md-nav__item">
<a href="#html-documentation" class="md-nav__link">
<a href="#documentation" class="md-nav__link">
<span class="md-ellipsis">
HTML Documentation
Documentation
</span>
</a>

Expand Down Expand Up @@ -758,7 +758,7 @@ <h2 id="philosophy">Philosophy</h2>
<p>CypressHelper aims to provide a framework agnostic (angular, lit, react) API for what a manual tester can do.
This means that the API will not focus on implementation, but on the actual action a user would take.
For example, a user doesn't mouseUp, he/she hovers.</p>
<h2 id="html-documentation"><a href="https://shellydcms.github.io/cypress-test-utils">HTML Documentation</a></h2>
<h2 id="documentation"><a href="https://shellydcms.github.io/cypress-test-utils">Documentation</a></h2>
<h2 id="examples">Examples</h2>
<p>In the <a href="https://github.com/ShellyDCMS/cypress-test-utils-examples/tree/main">examples</a> repo you can find 3 small apps; an angular app, a lit app and a react app.
Each app contains a driver that uses helpers, component tests, integration tests and e2e tests.
Expand Down
6 changes: 3 additions & 3 deletions modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<div data-md-component="skip">


<a href="#shellygocypress-test-utils-v214" class="md-skip">
<a href="#shellygocypress-test-utils-v215" class="md-skip">
Skip to content
</a>

Expand Down Expand Up @@ -1052,8 +1052,8 @@



<p><a href="index.html">@shellygo/cypress-test-utils - v2.1.4</a> / Modules</p>
<h1 id="shellygocypress-test-utils-v214">@shellygo/cypress-test-utils - v2.1.4</h1>
<p><a href="index.html">@shellygo/cypress-test-utils - v2.1.5</a> / Modules</p>
<h1 id="shellygocypress-test-utils-v215">@shellygo/cypress-test-utils - v2.1.5</h1>
<h2 id="table-of-contents">Table of contents</h2>
<h3 id="classes">Classes</h3>
<ul>
Expand Down

0 comments on commit a254451

Please sign in to comment.