Cory Rivera
24fc6dce9f
Add uninstall step to manage packages smoke test to clean up installed packages. ( #19854 )
2022-06-29 10:23:29 -07:00
Cory Rivera
7b1d34b2ce
Display the installed Python version above the package versions in the manage packages dialog. ( #19551 )
2022-05-27 14:31:40 -07:00
Lucy Zhang
c0ad66b823
Enable manage packages smoke test ( #19504 )
...
* fix page being reset twice and add back smoke test
* add missing await
* check pyarrow info loaded
* install latest package version
* fix version select box selector
* split out into two PRs
2022-05-26 12:00:51 -07:00
Alan Ren
f3e7337196
Upgrade packages to remove dependency on the vulnerable package minimist 0.0.8 ( #19455 )
...
* new mocha version
* test fix
* test
* new vscodetestcov version
* use rc1
* use 1.2.1
* remove all 0.0.8 of minimist
* a few more
2022-05-20 10:06:13 -07:00
Cory Rivera
3eedbf04df
Fix Python smoke test failures. ( #19405 )
2022-05-19 16:10:55 -07:00
Lucy Zhang
2547754d0f
Fix manage python packages smoke test ( #19232 )
...
* make sure cell is ran
* make sure dialog is gone before runing cell again
* ensure package is done installing
* show task panel
* remove comment
* pr comments
* pr comments
* add 7.0.0 package version
2022-05-04 06:19:51 -07:00
Barbara Valdez
5dd1cbeed8
Keyboard navigation smoke test ( #18796 )
2022-04-28 17:05:23 -07:00
Cory Rivera
b406dda13c
Add smoke tests for cell toolbar keyboard shortcuts. ( #19208 )
2022-04-26 15:09:36 -07:00
Cory Rivera
40a2181953
Add smoke test for converting from Rich Text to Markdown. ( #19151 )
2022-04-19 17:28:54 -07:00
Lucy Zhang
fb07ba9e04
Add smoke test for manage packages wizard ( #19018 )
...
* start manage packages smoke test
* fix addpackage
* remove wait for loading spinner
* check cell output gone
* check wizard tab is done initializing
2022-04-13 07:50:15 -07:00
Cory Rivera
316798a9b5
Add cell toolbar tests for undoing text styling by clicking button twice. ( #18807 )
2022-04-06 10:02:51 -07:00
Cory Rivera
7c399e84eb
Add markdown smoke tests for changing text size and inserting links ( #18888 )
...
* Temporarily disabled text size tests due to issues running on Unix.
2022-04-05 15:53:06 -07:00
Cory Rivera
1fa453f8f2
Add smoke tests for text cell toolbar actions. ( #18792 )
2022-03-22 12:51:56 -07:00
Aasim Khan
7b29c1fdac
Fixing smoke tests in import where the status bar text was not found. ( #18126 )
2022-01-19 14:23:00 -08:00
Barbara Valdez
8378e89639
Fix Notebook Tree View smoke tests ( #18101 )
...
* pin SQL notebook
2022-01-19 09:44:34 -08:00
Charles Gagnon
2bc6a0cd01
VS Code merge to df8fe74bd55313de0dd2303bc47a4aab0ca56b0e ( #17979 )
...
* Merge from vscode 504f934659740e9d41501cad9f162b54d7745ad9
* delete unused folders
* distro
* Bump build node version
* update chokidar
* FIx hygiene errors
* distro
* Fix extension lint issues
* Remove strict-vscode
* Add copyright header exemptions
* Bump vscode-extension-telemetry to fix webpacking issue with zone.js
* distro
* Fix failing tests (revert marked.js back to current one until we decide to update)
* Skip searchmodel test
* Fix mac build
* temp debug script loading
* Try disabling coverage
* log error too
* Revert "log error too"
This reverts commit af0183e5d4ab458fdf44b88fbfab9908d090526f.
* Revert "temp debug script loading"
This reverts commit 3d687d541c76db2c5b55626c78ae448d3c25089c.
* Add comments explaining coverage disabling
* Fix ansi_up loading issue
* Merge latest from ads
* Use newer option
* Fix compile
* add debug logging warn
* Always log stack
* log more
* undo debug
* Update to use correct base path (+cleanup)
* distro
* fix compile errors
* Remove strict-vscode
* Fix sql editors not showing
* Show db dropdown input & fix styling
* Fix more info in gallery
* Fix gallery asset requests
* Delete unused workflow
* Fix tapable resolutions for smoke test compile error
* Fix smoke compile
* Disable crash reporting
* Disable interactive
Co-authored-by: ADS Merger <karlb@microsoft.com >
2022-01-06 09:06:56 -08:00
Lucy Zhang
4ab2d3f8c0
add logging ( #17940 )
2021-12-16 05:55:57 -08:00
Lewis Sanchez
acc0122e8f
Corrects keyboard shortcuts for Linux web smoke tests ( #17301 )
...
* Corrects keyboard shortcuts for linux
* Changed python to match the one listed in docker/Dockerfile
* Revert "Changed python to match the one listed in docker/Dockerfile"
This reverts commit 683c226eb600bc89b449f258d463d2a6b14aebe6.
* Adjusts retry count for dialog elements to close.
* Code clean up
* Revert "Adjusts retry count for dialog elements to close."
This reverts commit 64a8bf48fa72eb26830aeaa55721c7ff846d131e.
* Code cleanup
* Adjusts key binding
2021-10-11 10:26:21 -07:00
Lucy Zhang
30e26d63a4
Increase smoke test timeout and python installation timeout ( #17035 )
...
* add screenshots
* inc time
* fix comment, remove screenshot
* increase timeout only for python test
* comment
2021-09-10 06:44:35 -07:00
Lucy Zhang
9389ec9101
increase python installation timeout to 5min ( #17019 )
2021-09-08 06:24:37 -07:00
Cory Rivera
cb7b7da0a4
Merge from vscode e3c4990c67c40213af168300d1cfeb71d680f877 ( #16569 )
2021-08-25 16:28:29 -07:00
Lucy Zhang
e2f9580163
take screenshot when wizard page not loaded ( #16867 )
2021-08-24 07:14:51 -07:00
Lucy Zhang
8eaccff202
remove extra step ( #16806 )
2021-08-18 06:17:18 -07:00
Lucy Zhang
6014b17d52
increase wait time for python install location ( #16784 )
2021-08-16 10:58:07 -07:00
Lucy Zhang
7c14ec2b6d
Add intellisense checks in code cell smoke test ( #16362 )
...
* check colorization and completion suggestions
* check for suggestions widget
* make selector more specific
2021-07-27 11:02:52 -07:00
Lucy Zhang
24349885d3
fix accept fn for waitForTextContent ( #16449 )
2021-07-27 09:15:35 -07:00
Charles Gagnon
4aaa7eae29
Print out found elements during smoke tests ( #16336 )
2021-07-20 07:14:41 -07:00
Barbara Valdez
a6644333c0
Pin and unpin notebook smoke test ( #15936 )
...
* add pin/unpin smoketest
* fix simple search query assert
2021-06-30 22:14:18 -07:00
Vasu Bhog
7cf7ca5d15
use helper function for smoke test ( #15964 )
2021-06-30 21:33:54 -07:00
Charles Gagnon
66c1fdc457
Add Remote Book dialog smoke test ( #15932 )
...
* Add Remote Book smoke test
* fixes
* distro
* Try closing toasts
(cherry picked from commit fd53c91375f4ba73554c801be3378375b2521d31)
2021-06-30 10:51:56 -07:00
Lucy Zhang
5fa53c3519
clean up trust notebook smoke test ( #15926 )
2021-06-28 15:39:29 -07:00
Vasu Bhog
c3e0958f2d
Add simple smoke test for collapse/expand cell ( #15879 )
...
* simple smoke test for collapse / expand cells
2021-06-25 18:08:35 -07:00
Lucy Zhang
c636e24d03
Add simple notebook code cell smoke test ( #15870 )
...
* simple code cell test
* change test order
* fix select all text keybinding
2021-06-22 20:31:53 -07:00
Lucy Zhang
3634110974
fix python dialog selectors ( #15866 )
2021-06-22 17:03:44 -07:00
Cory Rivera
6c6a0506b2
Add Markdown Toolbar functionality to notebook smoke tests. ( #15868 )
2021-06-22 16:38:04 -07:00
Charles Gagnon
ec2f2b19fb
Wait for SqlToolsService to start before running smoke tests ( #15864 )
2021-06-22 13:05:21 -07:00
Charles Gagnon
999acca745
Fix create book dialog smoke test ( #15848 )
2021-06-21 16:28:05 -07:00
Charles Gagnon
adbf40859f
Fix smoke tests ( #15847 )
2021-06-21 12:53:09 -07:00
Charles Gagnon
3cb2f552a6
Merge from vscode a348d103d1256a06a2c9b3f9b406298a9fef6898 ( #15681 )
...
* Merge from vscode a348d103d1256a06a2c9b3f9b406298a9fef6898
* Fixes and cleanup
* Distro
* Fix hygiene yarn
* delete no yarn lock changes file
* Fix hygiene
* Fix layer check
* Fix CI
* Skip lib checks
* Remove tests deleted in vs code
* Fix tests
* Distro
* Fix tests and add removed extension point
* Skip failing notebook tests for now
* Disable broken tests and cleanup build folder
* Update yarn.lock and fix smoke tests
* Bump sqlite
* fix contributed actions and file spacing
* Fix user data path
* Update yarn.locks
Co-authored-by: ADS Merger <karlb@microsoft.com >
2021-06-17 08:17:11 -07:00
Charles Gagnon
be1ff8e37b
Add smoke test for Create Book dialog ( #15714 )
...
* Add smoke test for Create Book dialog
* Add comment
* Update distro
* update distro 2
* distro
2021-06-16 10:54:04 -07:00
Lucy Zhang
4c039f7a88
Re-enable notebook text cell smoke test ( #15720 )
...
* re-enable text cell test
* close notebook after text cell test
2021-06-16 06:20:21 -07:00
Lucy Zhang
24cd2106a1
make python installation more stable ( #15719 )
2021-06-15 14:08:55 -07:00
Lucy Zhang
d820137267
remove close toast from dialogs ( #15503 )
2021-05-18 12:23:50 -07:00
Lucy Zhang
2a354aef09
basic text cell functionality smoke test ( #15195 )
2021-05-06 15:53:20 -07:00
Karl Burtram
867a963882
Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8 ( #14883 )
...
* Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8
* Bump distro
* Upgrade GCC to 4.9 due to yarn install errors
* Update build image
* Fix bootstrap base url
* Bump distro
* Fix build errors
* Update source map file
* Disable checkbox for blocking migration issues (#15131 )
* disable checkbox for blocking issues
* wip
* disable checkbox fixes
* fix strings
* Remove duplicate tsec command
* Default to off for tab color if settings not present
* re-skip failing tests
* Fix mocha error
* Bump sqlite version & fix notebooks search view
* Turn off esbuild warnings
* Update esbuild log level
* Fix overflowactionbar tests
* Fix ts-ignore in dropdown tests
* cleanup/fixes
* Fix hygiene
* Bundle in entire zone.js module
* Remove extra constructor param
* bump distro for web compile break
* bump distro for web compile break v2
* Undo log level change
* New distro
* Fix integration test scripts
* remove the "no yarn.lock changes" workflow
* fix scripts v2
* Update unit test scripts
* Ensure ads-kerberos2 updates in .vscodeignore
* Try fix unit tests
* Upload crash reports
* remove nogpu
* always upload crashes
* Use bash script
* Consolidate data/ext dir names
* Create in tmp directory
Co-authored-by: chlafreniere <hichise@gmail.com >
Co-authored-by: Christopher Suh <chsuh@microsoft.com >
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-04-27 14:01:59 -07:00
Lucy Zhang
7e1c0076ba
Try to make smoke tests more stable ( #15212 )
...
* make sure dialog buttons are not disabled
* use 'enter' to close connect dialog
* retry clikcing the Connect button
* wait for dialog gone after reclicking
* pr comments + add logging
* use debug to log
* close toasts before clicking dialog buttons
* await close notification toast call
* click python wizard buttons instead of enter
2021-04-27 13:53:17 -07:00
Charles Gagnon
cd6f584ed1
Notebook smoke test fixes ( #15178 )
...
* Notebook smoke test fixes
* Undo delay fixes
2021-04-19 14:26:47 -07:00
Charles Gagnon
5922047f6b
Add Import smoke test ( #15111 )
...
* Add smoke test
* Add wait for service
* Also revert liveshare
* fixes
* Use custom extensions dir
* fix
* compile extensions
* Use build extensions dir
* test break
* revert
* revert yarn.lock
* Add comment
* Add comments
2021-04-14 08:43:45 -07:00
Barbara Valdez
15f7b12849
Search smoke tests ( #13469 )
...
* Add smoke test
* add simple tests for searching in notebooks view
* address pr comments
* address pr comments
* add search smoke tests to separate file
* remove span from selector
2021-03-25 12:43:55 -07:00
Aditya Bist
2a125ee43b
normalize sql carbon tag ( #14445 )
2021-02-25 13:32:12 -08:00