diff --git a/test/README.md b/test/README.md index 1e4d114dce5..ffe069a071d 100644 --- a/test/README.md +++ b/test/README.md @@ -1,9 +1,14 @@ -# VSCode Tests + + + +# Positron Tests ## Contents -This folder contains the various test runners for VSCode. Please refer to the documentation within for how to run them: +This folder contains the various test runners for Positron. Please refer to the documentation within for how to run them: * `unit`: our suite of unit tests ([README](unit/README.md)) * `integration`: our suite of API tests ([README](integration/browser/README.md)) -* `smoke`: our suite of automated UI tests ([README](smoke/README.md)) +* `e2e`: our suite of Playwright end-to-end tests ([README](e2e/README.md)) + +