Commit Graph

890 Commits

Author SHA1 Message Date
Johannes Rieken 21b671d921 browser-test: exit(1) when test failed 2020-02-06 16:39:45 +01:00
Johannes Rieken 93379d00b1 print manual debug instructions when test fail 2020-02-05 15:44:43 +01:00
Johannes Rieken f96a99a577 add "manual" test mode 2020-02-05 15:23:02 +01:00
Johannes Rieken d01c4cd10e remove unused file 2020-02-05 15:09:31 +01:00
Johannes Rieken 632939e159 update assert.js-copy 2020-02-05 12:10:02 +01:00
Johannes Rieken e584763f2a browser tests support reporter-options 2020-02-05 11:59:25 +01:00
Johannes Rieken 2ce6f5115e add --debug option to run not headless 2020-02-05 11:11:51 +01:00
Johannes Rieken 3b66dc7307 better glob to catch all tests for browser and common 2020-02-05 11:06:21 +01:00
Johannes Rieken 1355463c76 print browser when printing fails 2020-02-05 09:48:15 +01:00
Johannes Rieken 850206d0fb support --browser flag 2020-02-05 09:16:52 +01:00
Johannes Rieken ce1bb2220a improper deepStrictEqual implementation 2020-02-05 09:16:01 +01:00
Johannes Rieken 1908fdc68b Merge branch 'master' into joh/browser-tests 2020-02-04 19:53:20 +01:00
Benjamin Pasero ec41f20c40 Web - run smoke tests using playwright (#89918)
* playwright - initial version

* browser - use existing page and not create new context

* macOS: document how to remove the security flag

* smoke test - allow to run against server build with --build option

* do not rely on args

* fix path for windows

* smoke test - smoke 💄 and -ci option
2020-02-04 17:23:27 +01:00
Joao Moreno 16c7551f36 move git smoke tests to integration tests 2020-02-04 17:06:49 +01:00
isidor 8f90e851c5 remode debug smoke tests 2020-02-04 16:14:02 +01:00
Johannes Rieken 890b357e94 run tests in parallel, tweak presentation 2020-02-04 15:33:57 +01:00
Johannes Rieken 874f759bbe better (disabled) one-by-one loading of files 2020-02-04 15:25:14 +01:00
Johannes Rieken b5252d32f7 use playwright for unit tests 2020-02-04 15:02:52 +01:00
Benjamin Pasero a15803b9e7 smoke test - add attribute for tabs to simplify lookup 2020-02-04 14:50:53 +01:00
Benjamin Pasero cfc452e466 smoketest - use element ID for status item selectors 2020-02-04 14:50:53 +01:00
Alex Ross 0b312b08f2 CSS smoketest fix for high DPI on Windows
@sandy081 and @joaomoreno
2020-02-03 12:50:27 +01:00
Sandeep Somavarapu 4fac3e22c5 remove the timeout 2020-02-03 11:49:10 +01:00
Daniel Imms 547cf4e81f Run smoke tests against actual build (#83799)
* Run web against actual server

Part of #80308

* Fix strict null check errors

* Fix folder arg

* Disable unit tests and integration tests temporarily

* Allow running on node 12

* Fix smoke test condition

* Disable continue on error

* Add web to server dir

* fix smoke test to use build for web

* enable in product build

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2020-02-03 11:26:55 +01:00
Benjamin Pasero d6eb50caa4 Smoke-Test: Hot-exit / dataloss tests broken (#89905)
* smoke test - carefuly select untitled content based on file name to find it properly

* Fileservice: mkdirp() logic is prone to errors from race conditions (fixes #89834)
2020-02-03 09:38:03 +01:00
Sandeep Somavarapu 39e290dbbc Fix #89796 2020-02-03 09:36:08 +01:00
Rob Lourens f550dcc7ba Fix search smoketest - use span for all searchview messages and fix selector
Fix #89795
2020-01-31 09:32:52 -08:00
Joao Moreno 9bec0160f6 fixes #86474 2020-01-23 11:41:00 +01:00
Alexandru Dima 4e5a05c3fd Don't instrument any test code for coverage (#86608)
Don't instrument any test code for coverage
2020-01-14 11:10:51 +01:00
Alexandru Dima 31ef68ff7c Adopt latest istanbul libraries 2020-01-14 11:09:29 +01:00
Charles Gagnon 34c591eeb3 Don't instrument any test code for coverage 2019-12-09 09:37:52 -08:00
isidor 0fae04b8a2 fixes #78384 2019-12-05 14:21:50 +01:00
Sandeep Somavarapu 121a3425a4 Merge branch 'master' into master 2019-11-27 22:16:40 +01:00
Joao Moreno 83b1a1c2ac splitview: use TLayoutContext
gridview: propagate top, left in layout
2019-11-27 15:27:24 +01:00
ryenus d75f90976b fix typo: consecutive-word duplications
This fixes unintentional duplications of words, such as `the the`, and
`can can` etc. I also take the chance to make a few wording tweaks to
avoid suspicious duplications.
2019-11-27 11:07:06 +08:00
Johannes Rieken 266f78096e remove smoke test for find ref, rename, goto, and peek, #85377 2019-11-22 11:36:13 +01:00
Alex Ross 4235c7f076 Fix Go To Definition smoketest
Fixes #85276
2019-11-21 09:58:10 +01:00
Miguel Solorio bb4fefc959 Merge remote-tracking branch 'origin/master' into misolori/icon-font-breakpoints 2019-11-14 07:59:06 -08:00
Miguel Solorio a0316e3b30 Update breakpoint glyph name in automation test 2019-11-13 21:18:43 -08:00
Joao Moreno 48af7ba677 fixes #84455 2019-11-13 10:40:09 +01:00
Miguel Solorio 6b43b2cb5e Update breakpoints to codicons 2019-11-08 14:43:12 -08:00
Jason Ginchereau 5c2e24f6ad Remove extra step from readme 2019-11-06 16:26:55 -08:00
Jason Ginchereau 55e06a7080 Add prepare script to package.json 2019-11-06 16:26:55 -08:00
Jason Ginchereau dd90a90a60 Fix minor packaging issues in automation lib 2019-11-04 12:03:51 -08:00
Benjamin Pasero ea89eb903f fix #83805 2019-11-01 09:15:35 +01:00
Daniel Imms c8846de84a Fix debug smoke tests
Fixes #83801
2019-10-31 18:06:10 -07:00
Christof Marti a5837a8eb3 Update https-proxy-agent (#83647) 2019-10-30 10:43:23 +00:00
Benjamin Pasero ca22de4b17 debt - bump node.d.ts dependency in extensions to 12.x (part of #82514) 2019-10-28 08:11:47 +01:00
Miguel Solorio 11941aa090 Merge remote-tracking branch 'origin/master' into misolori/icon-font 2019-10-16 14:52:52 -07:00
Miguel Solorio 2205002a2c Fix icon ref in problems view automation tests
FYI @sandy081
2019-10-16 14:49:46 -07:00
Miguel Solorio 42d4a3b5c8 Replace 'Octicon' refs with 'Codicon' 2019-10-16 11:38:15 -07:00