You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Badgetype="danger"title="This is an advanced API intended for library authors and framework integrations. Most users should not need this."class="cursor-help">
Copy file name to clipboardExpand all lines: docs/api/advanced/artifacts.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ outline: deep
3
3
title: Test Artifacts
4
4
---
5
5
6
-
# Test Artifacts <Badgetype="danger">advanced</Badge> <Badgetype="warning">experimental</Badge>
6
+
# Test Artifacts <Advanced /> <Versiontype="experimental">4.0.9</Version> <Experimental />
7
7
8
8
::: warning
9
9
This is an advanced API. As a user, you most likely want to use [test annotations](/guide/test-annotations) to add notes or context to your tests instead. This is primarily used internally and by library authors.
@@ -25,7 +25,7 @@ Vitest automatically manages attachment serialization (files are copied to [`att
Note: annotations, [eventhoughthey're built on top of this feature](/api/advanced/artifacts#relationship-with-annotations), won'thitthishookandwon't appear in the `task.artifacts` array for backwards compatibility reasons until the next major version.
0 commit comments