Benjamin Pasero
105d4af21c
Revert "tests - enable API tests with test runner" ( #241146 )
...
Revert "tests - enable API tests with test runner (#240876 )"
This reverts commit 0c4d85850f .
2025-02-19 07:15:40 +01:00
Benjamin Pasero
0c4d85850f
tests - enable API tests with test runner ( #240876 )
...
* tests - enable API tests with test runner
* windows
* use correct specific tests per api workspace type
---------
Co-authored-by: Connor Peet <connor@peet.io >
2025-02-18 22:15:32 +01:00
Megan Rogge
8eb7fac565
add tests for terminal suggest widget, fix some bugs ( #234445 )
2024-11-24 10:38:19 -05:00
Alex Ross
e6f2cc2f0a
Add an easy way to run performance tests for tree-sitter ( #233072 )
...
* Add an easy way to run performance tests for tree-sitter
Part os #210475
* Compile build folder
2024-11-05 15:35:58 +01:00
Benjamin Pasero
f09184ceb7
esm - set type: module top level ( #230210 )
2024-10-01 20:48:56 +02:00
Tyler James Leonhardt
9d49135f49
LoopbackClientAndOpener Tests ( #225458 )
...
(first tests in this extension!)
2024-08-12 18:42:44 -07:00
Martin Aeschlimann
31e5940fb0
adopt test-extension for colorize & configuration-editing ( #195691 )
...
* adopt test-extension for colorize & configuration-editing
* update
* fixes
2023-11-17 20:22:36 +01:00
Tyler James Leonhardt
482d5ba393
Add some integration tests for github-auth ( #195729 )
2023-10-16 13:58:44 -07:00
Aaron Munger
e614d43eb4
generate a valid temp directory
2023-10-13 15:55:28 -07:00
Aaron Munger
583d56685f
use test extension to test extensions
2023-10-13 15:55:28 -07:00
Connor Peet
7314532ae9
eng: fix extension test runner on windows ( #195600 )
2023-10-13 23:49:32 +02:00
Connor Peet
c2a6932e9e
eng: onboard to the extension test runner ( #195570 )
...
* eng: onboard to the extension test runner
Adds a `.vscode-test.js` file that uses the new extension test CLI to
run tests. Also, onboards the markdown-language-features as the first
built-in extension to use it.
With the `ms-vscode.extension-test-runner` extension installed, the
markdown-language-features' tests can be run and debugged easily in
the UI :)
* fixup
2023-10-13 13:11:05 -07:00