Skip to content

Commit

Permalink
docs: update /test readme (#5821)
Browse files Browse the repository at this point in the history
Updating the readme located at `/test`
  • Loading branch information
midleman authored Dec 18, 2024
1 parent aa011cd commit 9f19887
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions test/README.md
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 -->

0 comments on commit 9f19887

Please sign in to comment.