@uiverify/vitest 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/browser-setup.js
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
autoSnapshot,
|
|
3
3
|
beginTest,
|
|
4
4
|
preloadFonts
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-YGUM67UI.js";
|
|
6
6
|
|
|
7
7
|
// src/browser-setup.ts
|
|
8
8
|
import { afterEach, beforeEach, inject } from "vitest";
|
|
@@ -28,6 +28,7 @@ function resetSeed() {
|
|
|
28
28
|
|
|
29
29
|
// src/browser-setup.ts
|
|
30
30
|
Reflect.set(globalThis, "__UI_VERIFY__", true);
|
|
31
|
+
performance.setResourceTimingBufferSize?.(1e6);
|
|
31
32
|
installSeededRandom();
|
|
32
33
|
function globalAutoDisabled() {
|
|
33
34
|
try {
|
|
@@ -57,7 +57,7 @@ function snapshotIds(task, name) {
|
|
|
57
57
|
// package.json
|
|
58
58
|
var package_default = {
|
|
59
59
|
name: "@uiverify/vitest",
|
|
60
|
-
version: "1.2.
|
|
60
|
+
version: "1.2.1",
|
|
61
61
|
description: "Vitest browser-mode capture SDK for UI Verify (uiverify.ai): add uiverifyPlugin() to your Vitest config and each browser-mode test archives its final DOM (serialized DOM + resource bytes) to be replayed + visually diffed by UI Verify. Produces an archive the uiverify CLI uploads; talks to nothing at runtime.",
|
|
62
62
|
keywords: [
|
|
63
63
|
"visual-testing",
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uiverify/vitest",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Vitest browser-mode capture SDK for UI Verify (uiverify.ai): add uiverifyPlugin() to your Vitest config and each browser-mode test archives its final DOM (serialized DOM + resource bytes) to be replayed + visually diffed by UI Verify. Produces an archive the uiverify CLI uploads; talks to nothing at runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visual-testing",
|