-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the readme located at `/test`
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# VSCode Tests | ||
<!-- Start Positron --> | ||
<!-- If you are seeking the original Vscode README go here: https://github.com/microsoft/vscode/tree/main/test --> | ||
|
||
# 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)) | ||
|
||
<!-- End Positron --> |