Skip to content

Commit

Permalink
no details for video
Browse files Browse the repository at this point in the history
  • Loading branch information
kolodny committed Dec 28, 2023
1 parent 082c941 commit be3cb9d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,10 +669,7 @@ Here's an [example of the vite-react example app report](https://safetest-two.ve

Note that part of the report is a link to the test in the deployed environment. This is done by passing the `getTestUrl` prop to the `Report` component. This is useful for debugging tests that fail in CI but not locally. The `renderArtifact` prop is used to render the artifacts that are generated by the tests. This is useful for rendering videos, trace viewer, etc. As an example here's a link to a [Vite/React test](https://safetest-two.vercel.app/vite-react-ts/?test_path=./Another.safetest&test_name=Main2+can+do+many+interactions+fast) and the associated [trace](https://safetest-two.vercel.app/vite-react-ts/artifacts/trace/?trace=https://safetest-two.vercel.app/vite-react-ts/artifacts/trace/traces/src__nother_safetest_tsx_Main2_can_do_many_interactions_fast-attempt-0.zip) [video](https://safetest-two.vercel.app/vite-react-ts/artifacts/videos/src__nother_safetest_tsx_Main2_can_do_many_interactions_fast-attempt-0.webm) artifacts

<details>
<summary>Video</summary>
<video src="https://safetest-two.vercel.app/vite-react-ts/artifacts/videos/src__nother_safetest_tsx_Main2_can_do_many_interactions_fast-attempt-0.webm"></video>
</details>
<video src="https://safetest-two.vercel.app/vite-react-ts/artifacts/videos/src__nother_safetest_tsx_Main2_can_do_many_interactions_fast-attempt-0.webm"></video>

## How Safetest works

Expand Down

0 comments on commit be3cb9d

Please sign in to comment.