Commit Graph

37 Commits

Author SHA1 Message Date
Benjamin Pasero
6a1eb923ca Integration test failure - vscode API - commands (fix #174319) (#174320) 2023-02-14 10:24:46 +01:00
Logan Ramos
67e628e18a The quest to debug vscode.open continues (#158483) 2022-08-18 15:13:18 +02:00
Benjamin Pasero
c6bcc3fcbf API command test fail on MacOS (for #157824) (#157885)
API command test fail on MacOS (fix #157824)
2022-08-11 09:57:19 -04:00
Johannes
0656d21d11 auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
Logan Ramos
9d0c4574f2 Fix compile 2022-04-05 15:28:05 -04:00
Logan Ramos
a2d8edb83d Tabs API renaming 2022-03-21 13:35:34 -04:00
Logan Ramos
b906904089 Fix compile errors 2022-03-18 14:26:51 -04:00
Logan Ramos
53aaa205e6 Fix #144605 2022-03-14 13:26:45 -04:00
Benjamin Pasero
6dee30baa8 tests - restore test coverage for #139786 2022-02-23 13:17:21 +01:00
Johannes Rieken
7d1f0fda8b tweak vscode.open command and its test, https://github.com/microsoft/vscode/pull/141944 2022-02-01 18:35:12 +01:00
Johannes Rieken
b2eebdccad test that vscode.open supports string in addition to URI 2022-02-01 15:52:15 +01:00
Benjamin Pasero
7e55d4b8fb tests - coverage for #139713 fix 2021-12-27 08:25:58 +01:00
Benjamin Pasero
b567ea7e8d tests - do not add file to our workspace 2021-12-15 15:30:11 +01:00
Benjamin Pasero
8f7589750a Support untitled with associated resource in vscode.open (#139194)
* wip

* 💄

* add test

* comments

* skip flaky test

* Revert "skip flaky test"

This reverts commit 94c712500e.
2021-12-15 14:38:07 +01:00
Matt Bierner
ab8e743520 Organize imports in ext tests 2021-08-11 16:55:51 -07:00
Logan Ramos
72aa675fc9 Update API tests to strict equal 2021-05-04 14:59:03 -04:00
Benjamin Pasero
def8fc7b0d integration tests - revert changes for commands test 2021-04-06 12:04:50 +02:00
Benjamin Pasero
8de3791477 integration tests - use async test (#120225) 2021-04-06 10:34:08 +02:00
Johannes Rieken
46cf57b264 a bunch of failing tests 2021-02-01 12:01:32 +01:00
Benjamin Pasero
c0eea2a712 tests - disable terminal integration tests for web 2020-03-19 09:37:17 +01:00
Robo
01989df7c9 chore: update to electron 7 (#89260)
* Revert "revert back to electron 6 (#89245)"

This reverts commit 5d498736f4.

* chore: update electron@7.1.11
2020-02-04 12:56:23 -08:00
Benjamin Pasero
5d498736f4 revert back to electron 6 (#89245) 2020-01-24 14:39:40 -08:00
Benjamin Pasero
cd2e132fbc tests - avoid tests that bring up webview for now (#88415) 2020-01-24 07:20:53 +01:00
Benjamin Pasero
689e2fd320 fix compile 2019-10-02 14:20:32 +02:00
Benjamin Pasero
bb0dbb3b9c fix vscode.open() tests (#81833) 2019-10-02 12:28:48 +02:00
Joao Moreno
695ee74864 doh 2019-10-02 10:28:23 +02:00
Joao Moreno
3f21572d6a comment out test 2019-10-02 09:54:18 +02:00
Johannes Rieken
926e27cb4f fix compile error 2019-08-15 16:05:00 +02:00
Johannes Rieken
5d8bd62eac add API test for onDidExecuteCommand, #1431 2019-07-24 14:58:35 +02:00
Martin Aeschlimann
9e984cd673 api-tests: avoid rootPath 2019-03-20 17:33:30 +01:00
Matt Bierner
9061cad570 Removing preview.html command
Fixes #62630
2019-03-01 16:06:51 -08:00
Rob Lourens
ef2547d547 replace void 0 with undefined 2019-01-03 11:20:19 -08:00
Matt Bierner
03e65ebe47 Use await/async in tests 2018-10-04 19:01:34 -07:00
Matt Bierner
4c8e61c049 Remove "use strict" directives in extension tests
We compile with alwaysStrict so these are not needed
2018-10-02 15:59:42 -07:00
Matt Bierner
55567633b3 Enable no unused parameters in vscode-api tests 2018-10-01 16:12:05 -07:00
Matt Bierner
63c5c74852 Fix test name 2018-09-18 15:22:59 -07:00
Benjamin Pasero
86244d39a7 add API tests that run on a workspace 2018-01-26 16:16:41 +01:00