Skip to content

Commit 2c3927e

Browse files
committed
remove snapshot suffix
1 parent 26d37f1 commit 2c3927e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/integration-tests/utils/fixtures.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ export type TestFixtures = {
3535
};
3636

3737
const sentryTest = base.extend<TestFixtures>({
38+
_autoSnapshotSuffix: [async ({ }, use, testInfo) => {
39+
testInfo.snapshotSuffix = '';
40+
await use();
41+
}, { auto: true }],
42+
3843
getLocalTestPath: ({}, use, testInfo) => {
3944
return use(async ({ testDir }) => {
4045
const pagePath = `file:///${path.resolve(testDir, './dist/index.html')}`;

0 commit comments

Comments
 (0)