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
Copy file name to clipboardExpand all lines: content/en/tests/setup/javascript.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -763,6 +763,9 @@ Jest's [--forceExit][14] option may cause data loss. Datadog tries to send data
763
763
### Mocha's `--exit`
764
764
Mocha's [--exit][15] option may cause data loss. Datadog tries to send data immediately after your tests finish, but shutting down the process abruptly can cause some requests to fail. Use `--exit` with caution.
765
765
766
+
### Vitest's browser mode
767
+
Vitest's [browser mode][18] is not supported.
768
+
766
769
## Best practices
767
770
768
771
Follow these practices to take full advantage of the testing framework and Test Optimization.
@@ -851,3 +854,4 @@ Datadog recommends using `DD_TEST_SESSION_NAME` if your test commands vary betwe
0 commit comments