Skip to content

Commit

Permalink
deprecate visual diff capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 7, 2024
1 parent 1d946ac commit f91757d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/testing/stencil-testrunner/06-screenshot-visual-diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ description: Screenshot Visual Diff
slug: /screenshot-visual-diff
---

:::warning ⚠️ DEPRECATION NOTICE

Stencils screenshot and visual diff testing capabilities were never moved out of their experimental state and are now considered deprecated. We recommend visual testing tooling from alternative testing frameworks.

:::

# Screenshot Visual Diff

`EXPERIMENTAL`: screenshot visual diff testing is currently under heavy development and has not reached a stable status. However, any assistance testing would be appreciated.
Expand Down
6 changes: 6 additions & 0 deletions docs/testing/stencil-testrunner/07-screenshot-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ description: Screenshot Connector
slug: /screenshot-connector
---

:::warning ⚠️ DEPRECATION NOTICE

Stencils screenshot and visual diff testing capabilities were never moved out of their experimental state and are now considered deprecated. We recommend visual testing tooling from alternative testing frameworks.

:::

# Screenshot connector
You can configure a screenshot connector module to be used by the screenshot testing process, to modify the default behavior of the caching, comparing and publishing of your tests.
Just create a file which defines a connector class and point to it in your stencil testing config:
Expand Down

0 comments on commit f91757d

Please sign in to comment.