Commit graph

999 commits

Author SHA1 Message Date
Tyler James Leonhardt 4e32196835
Fix locale and language handling (#174779)
* Use language to get config and fix smoke test

* better check

* not

* fix a lot of mistakes

* skip test on linux
2023-02-19 08:17:04 +01:00
Connor Peet 812ef50afe
smoke: adopt new vscode test version (#168373)
Has timeout logic that fixes #166092
2022-12-08 01:14:41 +01:00
Ladislau Szomoru 96d05578ac
Test - update minimatch (#167101) 2022-11-23 21:33:27 +00:00
Matt Bierner f945df1b2d
Enable strict mode and bump target for test/smoke (#165296) 2022-11-02 19:23:58 -07:00
João Moreno a2e787228f
smoketests should not fail by bumping version in package.json (#165132)
related to #165118
2022-11-01 07:12:43 -07:00
Matt Bierner d1c401cbde
Pick up latest TS for building VS Code (#165104)
* Pick up latest TS for building VS Code

* Pick up latest node typings

* Bump node types
2022-11-01 02:43:09 -07:00
Matt Bierner 99e126b0b2
Pick up latest TS version for building VS Code (#162786)
Pick up latest TS for building VS Code
2022-10-06 12:08:45 -07:00
Andrea Mah f8aa3a7c04
improve search smoke test (#161652)
* improve search smoke test
* prevent text to show when clearing results
2022-10-05 08:52:39 -07:00
Rob Lourens 39d13fed77
Disable notebook smoke tests again (#160942)
#140575
2022-09-14 15:09:05 -07:00
Rob Lourens c717237d7c
Reenable a couple notebook smoketests (#159521)
* Remove vscode-notebook-tests in favor of an .ipynb in vscode-smoketest-express

* Update build folder

* Add build task to correct platform

* Build for smoke tests on other platforms

* Fix repo url and remove comment

* Just -media?

* Update darwin/win32 as well
2022-09-14 13:22:16 -07:00
Benjamin Pasero c8dd96f73b
smoke - fix log and retry exitApplication (#160244) 2022-09-07 07:17:04 +02:00
Daniel Imms d0186508a1
Re-enable terminal profiles tests
It passed a loop of 50x tests so it looks like the flakiness is gone

Fixes #156961
2022-09-06 08:37:47 -07:00
Benjamin Pasero 9d0c0b769e
Smoke test driver.exitApplication sometimes does not work (#157979) (#158479) 2022-08-18 09:03:44 -04:00
Benjamin Pasero f8ad3a16bd
smoke tests mitigation for issue 157979 (#157980) 2022-08-12 11:44:57 +02:00
Daniel Imms 740ba5c3d4
Fix tests after codicon changes 2022-08-04 09:49:21 -07:00
Megan Rogge ba30d11869
skip flaky tests to investigate (#156906) 2022-08-02 19:38:05 +02:00
Megan Rogge ff31a8c6fd
disable decorations (#154430) 2022-07-13 10:17:01 -07:00
Daniel Imms 3b9cd9812a
Re-enable profiles smoke tests
Fixes #154811
2022-07-12 05:35:36 -07:00
Daniel Imms b358062d36
Temporarily disable some profile tests
Part of #154811
2022-07-11 12:32:14 -07:00
Megan Rogge 1076bf59dd
add task quick pick smoke tests (#154532) 2022-07-11 11:38:08 -07:00
Tyler James Leonhardt 3b3469da06
reenable localization smoke tests (#153397) 2022-06-27 15:59:29 -07:00
dependabot[bot] c52dd348a7
Bump shell-quote from 1.7.2 to 1.7.3 in /test/smoke (#152842)
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases)
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2022-06-26 19:27:19 +00:00
Daniel Imms 9bdcdadfa5
Clean settings between suites 2022-06-21 10:38:19 -07:00
Daniel Imms bcb2c6f8ee
Create a regular profile to work better on CI 2022-06-21 07:17:14 -07:00
Daniel Imms cb0bbcc8c4
Document and remove unneeded command 2022-06-21 06:34:15 -07:00
Daniel Imms d0ca1d2110
Always create DecorationAddon, synthetic data tests 2022-06-20 10:30:41 -07:00
Daniel Imms 8575a26b4e
Merge pull request #152490 from microsoft/tyriar/152451_2
Use new method for settings in terminal split cwd smoke test
2022-06-20 07:14:14 -07:00
Daniel Imms 8e29aa44f7
Use new method for settings in terminal split cwd smoke test
I doubt this will fix the flake, but it's the right way to do things now.

Part of #152451
2022-06-17 08:44:31 -07:00
Daniel Imms 1ca9725a3b
Disable terminal smoke tests on desktop/remote
Fixes #152451
2022-06-17 08:18:49 -07:00
Daniel Imms 463a1e5765
Run shell integration tests a single time and revert timeout 2022-06-15 21:01:26 -07:00
Daniel Imms d4e06aaa2b
Disable windows shell integration tests only 2022-06-15 20:29:32 -07:00
Daniel Imms 1b0d0d00d4
Enable terminal tests on desktop 2022-06-15 19:22:40 -07:00
Daniel Imms 87a99dba09
Speed up shell integration tests and improve reliability 2022-06-15 18:50:34 -07:00
Daniel Imms 18408b9090
Allow tests to run multiple times 2022-06-15 12:35:53 -07:00
Daniel Imms 7548fed110
after -> afterEach 2022-06-15 11:30:24 -07:00
Daniel Imms e4c3bca7a2
Kill all terminals after each shell integration test 2022-06-15 11:28:46 -07:00
Daniel Imms 1f5dc6a572
Run shell integration tests 100 times in CI
Part of #150478
2022-06-15 06:59:40 -07:00
Benjamin Pasero 1ba0e7b601
smoke - enable crash reporter (#152041)
* smoke - enable crash reporter

* nix da only!
2022-06-14 12:52:29 +00:00
Daniel Imms d3ff1569e7
Wait for split to init before changing icon
Fixes #151710
2022-06-10 07:17:24 -07:00
Connor Peet 0f29ffbfe1
test: update vscode-test for error handling (#151698) 2022-06-10 08:35:16 +00:00
Daniel Imms d22292129e
Disable shell integration smoke tests
Part of #150478
2022-06-01 11:45:35 -07:00
Daniel Imms d30748b76d
Disable shell integration error test
Part of #150742
2022-05-31 06:19:35 -07:00
Benjamin Pasero 66092b1cde
enable stable smoke tests (#150532) 2022-05-27 09:16:34 -04:00
Daniel Imms e02bca0890
Disable linux shell integration smoke tests
Part of #150478
2022-05-26 13:53:30 -07:00
Daniel Imms 8723d109a5
Skip error shell integration tests on Linux
Part of #150478
2022-05-26 11:25:33 -07:00
Daniel Imms 8873e262c6
Merge pull request #150192 from microsoft/tyriar/149324
Create bash explicitly on linux/mac in shell integration smoke tests
2022-05-26 07:48:48 -07:00
Megan Rogge 22806eaa8e
re-enable terminal tabs test (#148966) 2022-05-25 12:54:31 -07:00
Daniel Imms d4f428940f
Merge branch 'main' into tyriar/149324 2022-05-25 06:35:27 -07:00
Tyler James Leonhardt 61861d7043
skip localization test until localized strings are present (#150326) 2022-05-25 00:28:33 +00:00
Daniel Imms 96479074a4
Create bash explicitly on linux/mac in shell integration smoke tests
Part of #149324
2022-05-23 07:22:15 -07:00