vscode/test
2023-03-22 10:15:52 +01:00
..
automation smoke - fix timeouts waiting for window (#177984) 2023-03-22 10:15:52 +01:00
integration tests - fix web integration tests to fail creating a page (#170613) 2023-01-05 02:54:56 -08:00
leaks
monaco
smoke Implement titlebar logic using a new NLS property (#177426) 2023-03-17 09:32:40 +01:00
unit Check notebook URIs in BulkCellEdits (#169669) 2023-01-07 17:35:25 -08:00
.mocharc.json
cgmanifest.json
README.md

VSCode Tests

Contents

This folder contains the various test runners for VSCode. Please refer to the documentation within for how to run them:

  • unit: our suite of unit tests (README)
  • integration: our suite of API tests (README)
  • smoke: our suite of automated UI tests (README)