From a254451d4b235c99415daccf71266075f43176db Mon Sep 17 00:00:00 2001 From: ShellyDCMS Date: Mon, 27 May 2024 11:19:49 +0000 Subject: [PATCH] Publish 'site' to 'gh-pages' in 'ShellyDCMS/cypress-test-utils' --- classes/Assertable.html | 2 +- classes/CypressAngularComponentHelper.html | 2 +- classes/CypressHelper.html | 2 +- classes/CypressHelperOptions.html | 2 +- classes/CypressLitComponentHelper.html | 12 ++++++------ classes/CypressReactComponentHelper.html | 2 +- index.html | 10 +++++----- modules.html | 6 +++--- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/classes/Assertable.html b/classes/Assertable.html index ee9a960..1d120ca 100644 --- a/classes/Assertable.html +++ b/classes/Assertable.html @@ -3223,7 +3223,7 @@ -

@shellygo/cypress-test-utils - v2.1.4 / Modules / Assertable

+

@shellygo/cypress-test-utils - v2.1.5 / Modules / Assertable

Class: Assertable<T>

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. diff --git a/classes/CypressAngularComponentHelper.html b/classes/CypressAngularComponentHelper.html index 4c41e1e..39e126f 100644 --- a/classes/CypressAngularComponentHelper.html +++ b/classes/CypressAngularComponentHelper.html @@ -853,7 +853,7 @@ -

@shellygo/cypress-test-utils - v2.1.4 / Modules / CypressAngularComponentHelper

+

@shellygo/cypress-test-utils - v2.1.5 / Modules / CypressAngularComponentHelper

Class: CypressAngularComponentHelper<T>

Classdes

CypressAngularComponentHelper exposes the following public properties:

diff --git a/classes/CypressHelper.html b/classes/CypressHelper.html index 5a6ff49..bdad60a 100644 --- a/classes/CypressHelper.html +++ b/classes/CypressHelper.html @@ -1183,7 +1183,7 @@ -

@shellygo/cypress-test-utils - v2.1.4 / Modules / CypressHelper

+

@shellygo/cypress-test-utils - v2.1.5 / Modules / CypressHelper

Class: CypressHelper

Classdes

CypressHelper exposes the following public properties:

diff --git a/classes/CypressHelperOptions.html b/classes/CypressHelperOptions.html index 18a6855..905eaae 100644 --- a/classes/CypressHelperOptions.html +++ b/classes/CypressHelperOptions.html @@ -763,7 +763,7 @@ -

@shellygo/cypress-test-utils - v2.1.4 / Modules / CypressHelperOptions

+

@shellygo/cypress-test-utils - v2.1.5 / Modules / CypressHelperOptions

Class: CypressHelperOptions

Table of contents

Constructors

diff --git a/classes/CypressLitComponentHelper.html b/classes/CypressLitComponentHelper.html index cac9c32..abcd0ae 100644 --- a/classes/CypressLitComponentHelper.html +++ b/classes/CypressLitComponentHelper.html @@ -775,7 +775,7 @@ -

@shellygo/cypress-test-utils - v2.1.4 / Modules / CypressLitComponentHelper

+

@shellygo/cypress-test-utils - v2.1.5 / Modules / CypressLitComponentHelper

Class: CypressLitComponentHelper

Classdes

CypressLitComponentHelper exposes the following public properties:

@@ -825,11 +825,11 @@

Type declaration

mount: <T>(element: T, template: TemplateResult<ResultType>) => Chainable<JQuery<HTMLElement>>

Mount a LitElement web component

Example

-

ts -litComponentHelper.when.mount<SpinnerElement>( - new SpinnerElement(), - html`<edf-spinner size="${this.props.size}" type="${this.props.type}" label="${this.props.label}"></edf-spinner>` - );

+
litComponentHelper.when.mount<SpinnerElement>(
+  new SpinnerElement(),
+  html`<edf-spinner size="${this.props.size}" type="${this.props.type}" label="${this.props.label}"></edf-spinner>`
+);
+

unmount: (element: T) => Chainable<JQuery<HTMLElement>>

-

diff --git a/classes/CypressReactComponentHelper.html b/classes/CypressReactComponentHelper.html index 0b2fd83..7c4d0ec 100644 --- a/classes/CypressReactComponentHelper.html +++ b/classes/CypressReactComponentHelper.html @@ -803,7 +803,7 @@ -

@shellygo/cypress-test-utils - v2.1.4 / Modules / CypressReactComponentHelper

+

@shellygo/cypress-test-utils - v2.1.5 / Modules / CypressReactComponentHelper

Class: CypressReactComponentHelper

Classdes

CypressReactComponentHelper exposes the following public properties:

diff --git a/index.html b/index.html index 908896b..5b4da29 100644 --- a/index.html +++ b/index.html @@ -317,9 +317,9 @@
  • - + - HTML Documentation + Documentation @@ -640,9 +640,9 @@
  • - + - HTML Documentation + Documentation @@ -758,7 +758,7 @@

    Philosophy

    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.

    -

    HTML Documentation

    +

    Documentation

    Examples

    In the examples 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. diff --git a/modules.html b/modules.html index 29ae33f..c7cf2e6 100644 --- a/modules.html +++ b/modules.html @@ -72,7 +72,7 @@

    - + Skip to content @@ -1052,8 +1052,8 @@ -

    @shellygo/cypress-test-utils - v2.1.4 / Modules

    -

    @shellygo/cypress-test-utils - v2.1.4

    +

    @shellygo/cypress-test-utils - v2.1.5 / Modules

    +

    @shellygo/cypress-test-utils - v2.1.5

    Table of contents

    Classes