Skip to content

Commit ae857cd

Browse files
committed
chore: move snapshots to snpas folder
1 parent c3a2f7c commit ae857cd

File tree

1,052 files changed

+37
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,052 files changed

+37
-122
lines changed

playwright.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
globalSetup: require.resolve("./scripts/setupPlaywright.js"),
99
testIgnore: "**/*.ignore.*",
1010
testDir: "./test/e2e",
11+
snapshotPathTemplate: "./test/e2e/snaps/{testFilePath}/{arg}{ext}",
1112
fullyParallel: false,
1213
forbidOnly: !isCI,
1314
retries: isCI ? MAX_RETRIES : 0,

test/e2e/hot-and-live-reload.test.js-snapshots/hot-and-live-reload-should-work-and-refresh-co-90b57--module-replacement-when-hot-enabled-sockjs-1-chromium-darwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/e2e/hot-and-live-reload.test.js-snapshots/hot-and-live-reload-should-work-and-refresh-co-d7fc0-eplacement-when-live-reload-enabled-default-1-chromium-darwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/e2e/hot-and-live-reload.test.js-snapshots/hot-and-live-reload-should-work-and-refresh-co-db22a-ent-when-live-reload-and-hot-enabled-sockjs-1-chromium-darwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/e2e/hot-and-live-reload.test.js-snapshots/hot-and-live-reload-should-work-and-refresh-co-f851d--hot-module-replacement-when-hot-enabled-ws-1-chromium-darwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/e2e/hot-and-live-reload.test.js-snapshots/hot-and-live-reload-should-work-and-refresh-co-f9262-ive-reload-enabled-and-hot-disabled-default-1-chromium-darwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/e2e/hot-and-live-reload.test.js-snapshots/hot-and-live-reload-should-work-and-refresh-content-using-hot-module-replacement-default-1-chromium-darwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/e2e/overlay.test.js-snapshots/overlay-html-chromium-darwin

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/e2e/overlay.test.js-snapshots/overlay-html-chromium-darwin.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/e2e/overlay.test.js-snapshots/overlay-should-show-a-warning-when-client-overlay-is-true-2-chromium-darwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/e2e/overlay.test.js-snapshots/overlay-should-show-a-warning-when-client-overlay-warnings-is-true-2-chromium-darwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/e2e/overlay.test.js-snapshots/overlay-should-show-an-ansi-formatted-error-for-initial-compilation-2-chromium-darwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/e2e/overlay.test.js-snapshots/overlay-should-show-an-error-when-client-overlay-errors-is-true-2-chromium-darwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)