We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d37f1 commit 2c3927eCopy full SHA for 2c3927e
packages/integration-tests/utils/fixtures.ts
@@ -35,6 +35,11 @@ export type TestFixtures = {
35
};
36
37
const sentryTest = base.extend<TestFixtures>({
38
+ _autoSnapshotSuffix: [async ({ }, use, testInfo) => {
39
+ testInfo.snapshotSuffix = '';
40
+ await use();
41
+ }, { auto: true }],
42
+
43
getLocalTestPath: ({}, use, testInfo) => {
44
return use(async ({ testDir }) => {
45
const pagePath = `file:///${path.resolve(testDir, './dist/index.html')}`;
0 commit comments