Commit Graph

1076 Commits

Author SHA1 Message Date
João Moreno
2ca2792a65 fix smoketest 2021-02-19 16:03:01 +01:00
Jackson Kearl
096e5555b6 Allow welcome page to not be active on account of focus potentially going to a getting started item. 2021-02-18 18:57:24 -08:00
Benjamin Pasero
9de38fc9a8 Disable keytar in our integration tests (#116852)
* tests - extract and use ALL_PLATFORMS_API_TESTS_EXTRA_ARGS

* tests - throw when accessing keytar from API tests
2021-02-17 15:09:40 +01:00
João Moreno
38ae92f4b1 remove unused ui tests 2021-02-16 11:59:30 +01:00
João Moreno
980becda8d main rename
fixes #116341
2021-02-14 20:10:24 +01:00
Rob Lourens
a699ffaee6 Reenable notebook smoke test
Fix #116535
2021-02-13 15:48:37 -08:00
Johannes Rieken
fc31a6a558 skip failing test, https://github.com/microsoft/vscode/issues/116535 2021-02-12 11:15:56 +01:00
Jackson Kearl
d10f2e6032 Fix #116412: Use getting started page as default startupEditor. 2021-02-11 12:34:14 -08:00
Jackson Kearl
8a3a5d9b74 Fix search smoke test 2021-02-09 15:44:07 -08:00
Sandeep Somavarapu
cd97629c44 #116152 enable smoke tests 2021-02-09 08:58:39 +01:00
Rob Lourens
be5126d37c Also skip 'before', #116156 2021-02-08 22:08:17 -08:00
Rob Lourens
0829608afb Change disabled tests to .skip 2021-02-08 21:37:02 -08:00
Megan Rogge
29844a0baf disable smoke tests that time out 2021-02-08 18:21:39 -08:00
Jackson Kearl
4623a50995 Fix #116154 2021-02-08 17:46:12 -08:00
Sandeep Somavarapu
63310d91d3 remove install extension 2021-02-04 20:48:25 +01:00
Sandeep Somavarapu
a9ccd48a1f enable extension tests in web 2021-02-04 08:44:06 +01:00
Sandeep Somavarapu
4e6d9ce2b7 add server cli test 2021-02-03 21:42:12 +01:00
Sandeep Somavarapu
066c584405 enable remote smoke tests 2021-02-03 19:20:44 +01:00
Benjamin Pasero
7a6a45fb2c browser tests - fix regression from updating playwright 2021-02-02 16:53:30 +01:00
Sandeep Somavarapu
abb05eb058 Fix #115586 2021-02-02 10:25:50 +01:00
Benjamin Pasero
04d4310a8a fix smoketest (#115586) 2021-02-02 08:20:07 +01:00
Rob Lourens
662a698ef9 Skip failing test #115244 2021-01-28 12:00:17 -08:00
Alexandru Dima
0a943766a5 Fix monaco checks 2021-01-28 14:48:41 +01:00
Martin Aeschlimann
4bd2d367e7 Remote smoketest timeout (fixes #115159) 2021-01-27 15:52:25 +01:00
Sandeep Somavarapu
4b9b2ab9a6 Fix #114707 2021-01-21 17:46:40 +01:00
João Moreno
f745a912ae fixes #114420 2021-01-15 15:19:19 +01:00
Alexandru Dima
00f8540d79 Fixes #114332
`yarn` no longer compiles the smoke test as a postinstall script. This breaks the flow of running `yarn && yarn smoketest` to execute the smoketest.

So change `yarn smoketest` to also do the compiling of the smoke test. But that generates too much extra work on the build machine, which needs to invoke `yarn smoketest` twice, once for Electron and once for web.

To workaround that, `yarn smoketest-no-compile` is added, which can be used by the build machine to avoid needlessly compiling.

While here, the nodejs version is already checked in the `yarn` preinstall script, so remove the check from the smoke test.
2021-01-14 10:35:42 +01:00
Connor Peet
2b5ae783bf testing: add full json reporter to show more complete output 2021-01-13 15:30:11 -08:00
Johannes Rieken
b90166177b reuse stats collector for EchoRunner, fix missing titlePath-property, fixes https://github.com/microsoft/vscode/issues/114190 2021-01-12 11:21:32 +01:00
Alexandru Dima
533d094020 Allow logging FS access with stacks 2021-01-11 15:32:39 +01:00
Alexandru Dima
2fd00ba9fe Add a way to troubleshoot fs calls 2021-01-11 09:11:33 +01:00
Benjamin Pasero
eb40962288 tests (unit, electron) - set forbidOnly when running on build machine 2021-01-08 09:09:23 +01:00
Benjamin Pasero
96e2981c91 skip failing test (#113882) 2021-01-08 08:16:28 +01:00
Alexandru Dima
8ad08b04f5 Do not compile /test/ and /build/ scripts during postinstall, the scripts get compiled explicitly during CI 2021-01-07 16:47:11 +01:00
Rob Lourens
d29388d255 Reenable test, fix #113768 2021-01-05 12:21:50 -08:00
Alexandru Dima
689fbbd960 Increase timeouts 2020-12-30 14:15:14 +01:00
Alexandru Dima
4b6280aa8c Skip webkit 2020-12-28 21:53:35 +01:00
Alexandru Dima
9945754a62 Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
Alexandru Dima
f74ad9692f Align @types/* dev dependencies (#112718) 2020-12-18 13:28:39 +01:00
Alexandru Dima
aa2864d53f Remove most of the yarn license warnings 2020-12-18 10:26:14 +01:00
Alexandru Dima
fee6dbf4e0 Merge remote-tracking branch 'origin/master' into alex/node-modules-vscode 2020-12-17 22:02:47 +01:00
Alexandru Dima
7ca71e763d Move away from deprecated 'vscode' node module (#112718) 2020-12-17 21:40:14 +01:00
Connor Peet
88f32df1d7 Merge branch 'mocha-update' 2020-12-17 12:08:24 -08:00
Connor Peet
04d7411785 eng: update mocha 2 -> 8 2020-12-17 11:24:15 -08:00
Alexandru Dima
ed19f6082f Share mocha related node modules (#112718) 2020-12-17 11:03:49 +01:00
Alexandru Dima
bb157721fb /build/ and /test/ should only have devDependencies 2020-12-17 10:27:39 +01:00
João Moreno
1100f27681 fix build 2020-12-16 11:18:28 +01:00
João Moreno
7743d971b1 concurrently -> run-run-all 2020-12-15 15:21:24 +01:00
Sandeep Somavarapu
0ac5e95251 Fix #109644 2020-12-02 17:50:49 +01:00
Martin Aeschlimann
3472159cb1 Merge pull request #111408 from microsoft/aeschli/notebookIcons
externalize notebook items
2020-12-01 09:29:13 +01:00