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.
recordArtifact
1 parent 1a259c3 commit 01c5645Copy full SHA for 01c5645
packages/browser/src/client/tester/expect/toMatchScreenshot.ts
@@ -3,7 +3,7 @@ import type { VisualRegressionArtifact } from '@vitest/runner'
3
import type { ScreenshotMatcherOptions } from '../../../../context'
4
import type { ScreenshotMatcherArguments, ScreenshotMatcherOutput } from '../../../shared/screenshotMatcher/types'
5
import type { Locator } from '../locators'
6
-import { recordArtifact } from '@vitest/runner'
+import { recordArtifact } from 'vitest'
7
import { getBrowserState } from '../../utils'
8
import { convertToSelector } from '../tester-utils'
9
0 commit comments