Commit Graph

48 Commits

Author SHA1 Message Date
Dmitriy Vasyura
a6fb33c237 Improve extension installation wait condition (#299292) 2026-03-04 21:57:23 +00:00
Raymond Zhao
7dee96c44e chore: fix serialize-javascript alerts (#299248) 2026-03-04 19:02:44 +00:00
Dmitriy Vasyura
9d61d1947f Add more logging to sanity test runner (#298664) 2026-03-02 11:50:36 +01:00
dependabot[bot]
e2344f9b6b Bump minimatch from 9.0.6 to 9.0.9 in /test/sanity (#298126)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.6 to 9.0.9.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v9.0.6...v9.0.9)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 9.0.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-27 17:36:27 +00:00
Dmitriy Vasyura
a0a6cd83e2 Improve sanity tests stability (#298253) 2026-02-27 16:06:37 +00:00
dependabot[bot]
0aa520dbb9 Bump minimatch from 9.0.5 to 9.0.6 in /test/sanity (#297542)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 9.0.6.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v9.0.5...v9.0.6)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 9.0.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-24 22:20:25 -08:00
Dmitriy Vasyura
d0f203e76f Add Win32 metadata all executable binaries (#296710) 2026-02-24 09:29:02 +01:00
Dmitriy Vasyura
ee401a1256 Sanity tests perf improvements (#296248) 2026-02-22 16:55:53 +00:00
Dmitriy Vasyura
44166499c1 Type slower to attempt fix flaky sanity test (#295722) 2026-02-17 10:06:11 +01:00
Dmitriy Vasyura
8e56833278 Implement GitHub authentication flows in CLI tests (#295386) 2026-02-14 20:42:38 -08:00
Dmitriy Vasyura
104123aaee Merge pull request #295063 from microsoft/dev/dmitriv/flaky-download-fix
Add retries for target download logic in sanity tests
2026-02-12 16:56:59 -08:00
Dmitriy Vasyura
e72a9f54d6 Sanity test updates (#294782) 2026-02-12 10:36:23 +01:00
Robo
d0e516655a fix: rename product executable on macOS (#291948)
* fix: rename product executable name on macOS

* chore: update test/automation/src/electron.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore: update test/automation/src/electron.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore: rename in additional places

* chore: rename in code-perf.js

* chore: create symlink for backwards compatibility

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-03 14:50:21 -08:00
Dmitriy Vasyura
0e1c5103cd Remove macOS signing checks exclusions (#291875) 2026-02-02 09:24:43 -08:00
Matt Bierner
ee01088b74 Update roots 2026-01-30 13:12:58 -08:00
Dmitriy Vasyura
f905cf48fc Add CLI DevTunnel sanity test (#291813)
* Add CLI -> DevTunnel -> Web tests

* PR feedback
2026-01-30 20:31:33 +09:00
Dmitriy Vasyura
4ac8b5ed98 Enable Windows ARM sanity tests on the new pool (#291753)
* Enable Windows ARM sanity tests on the new pool

* Update README
2026-01-29 23:30:36 +00:00
Dmitriy Vasyura
51c5f16d28 PR feedback from previous commit for sanity tests (#291431) 2026-01-28 23:11:14 +00:00
Dmitriy Vasyura
4d8241eeaa Sanity tests updates (#291399)
* Sanity tests updates

* Revert qemu accidental change.
2026-01-28 13:58:56 -08:00
Dmitriy Vasyura
7d0760daa3 Add WSL sanity tests (#290682)
* Add WSL sanity tests

* Ensure WSL is installed and ready in Windows test script

* Try to get Ubuntu WSL installed if not present

* Use correct URL

* Fix win32 setup script

* Script update

* Another script fix
2026-01-27 06:18:34 +00:00
Dmitriy Vasyura
7024815efd Add test for arm64 Linux with 64K page size (#290658) 2026-01-26 18:53:22 -08:00
Dmitriy Vasyura
141d5452e8 Cache docker images for sanity tests (#290124)
Cache sanity tests docker images in Azure DevOps pipelines
2026-01-24 13:22:34 +01:00
Dmitriy Vasyura
aaaac22b3c Sanity tests for Linux (#290072)
Added Linux containers for supported platforms.
Updated tests to run and pass on all targets.
2026-01-23 18:49:15 -08:00
Raymond Zhao
1251d8b737 chore: bump native-watchdog (#287848)
* chore: bump native-watchdog

* Rename more instances

* chore: update Debian x64 dep list
2026-01-15 15:34:13 +09:00
Dmitriy Vasyura
f5d4eb2260 Sanity tests pipeline and bug fixes (#287721)
Contributes towards #279402
Make test/sanity NPM-install independent for faster initialization in the pipeline.
Fixed pipeline and tests ro fully pass on Windows x64 and MacOS x64.
Updated suite/test names to report nicely in ADO.
Ensure temp dir name is expanded on Windows to avoid ~ expansion from CLI.
Removed custom log file now that XML report is supported.
Added option to turn headless browsing on/off.
2026-01-14 11:18:40 +00:00
Dmitriy Vasyura
eb2802b51e Add Azure pipeline to run sanity tests (#287062)
* Add Azure pipeline to run sanity tests

* Refactor into job template, add tests logs upload.

* Remove unused packages from dependencies.
2026-01-12 18:23:54 +01:00
Dmitriy Vasyura
e604574b93 Sanity tests updates (#287109)
Added option to skip code signing validation.
Fixed portable tests to create and use user data directory.
Remove unnecessary env variable in case of x64 macOS.
2026-01-12 15:25:52 +00:00
Dmitriy Vasyura
b1f5f3a855 Update Codesign exclusions 2026-01-11 14:42:24 +01:00
Dmitriy Vasyura
b1bb44cd82 Exclude unsigned watcher.node from codesign validation on macOS 2026-01-11 14:28:51 +01:00
Dmitriy Vasyura
a03c09c05e Add Codesign validation for MacOS 2026-01-11 14:21:32 +01:00
Dmitriy Vasyura
99c7bf3cb2 Sanity test fixes (follow up on previous PR) 2026-01-11 14:05:24 +01:00
Dmitriy Vasyura
2cdaa91488 More cleanup 2026-01-11 13:08:07 +01:00
Dmitriy Vasyura
a96a943cfe Cleanup 2026-01-11 13:01:38 +01:00
Dmitriy Vasyura
c7e30575d2 Isolating to chdir 2026-01-11 12:44:07 +01:00
Dmitriy Vasyura
f5c5669716 Another try 2026-01-11 12:37:26 +01:00
Dmitriy Vasyura
e2d4270858 Try to fix MacOS desktop test 2026-01-11 12:30:25 +01:00
Dmitriy Vasyura
638738781a Fix universal spawn issue on MacOS 2026-01-11 12:12:38 +01:00
Dmitriy Vasyura
42b41dd013 MacOS fix 2026-01-11 12:05:37 +01:00
Dmitriy Vasyura
40df51f756 Formatting 2026-01-11 11:59:32 +01:00
Dmitriy Vasyura
dd1c1b6ba1 MacOS playwright fix 2026-01-11 11:59:13 +01:00
Dmitriy Vasyura
3208415066 Bug fixes 2026-01-11 11:53:24 +01:00
Dmitriy Vasyura
d582082789 Bug fixes, stability improvement 2026-01-11 11:44:03 +01:00
Dmitriy Vasyura
d514512cd5 MacOS bugs fixes 2026-01-11 11:33:11 +01:00
Dmitriy Vasyura
2c2b5f3282 Randomize token and port. 2026-01-11 11:22:20 +01:00
Dmitriy Vasyura
1ac164ead2 Error handling, MacOS bug fixes 2026-01-11 11:07:51 +01:00
Dmitriy Vasyura
cfb2532f2e Follow up on PR feedback 2026-01-10 18:34:27 +01:00
Dmitriy Vasyura
4c0056e0ff Implement more sanity tests (#286914) 2026-01-10 08:05:21 -08:00
Dmitriy Vasyura
b1bf400da2 Initial revision of automated release sanity checks. (#280857) 2026-01-09 17:07:18 +01:00