mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Enables smoke tests for ADS Web. (#17014)
* Adds smoketests for ADS web. * Refines element selector for editor suggestion list * Revert "Refines element selector for editor suggestion list" This reverts commit 61b34cd07ab9fa16546d7aab5bce24c73559c6b0. * Skip tests that timeout for not finding targeted DOM element * Missed undoing a modification * Reinstates skipped tests * Removes unnecssary TODO * Disables smoke tests for darwin * Fixed indenting to resolve azure DevOps yaml error * Updates server path based on setup doc * Moves smoketests after extensions are built * Corrects indentation * Fixes indentation with bottom half of smoketests script * Updates sqlite URL to latest release * Yields correct ADS sqlite release version for web and non web * removes accidental whitespace from previous commit * Code review changes * Additional review change * update distro Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -137,6 +137,15 @@ steps:
|
||||
yarn gulp package-external-extensions
|
||||
displayName: Package External extensions
|
||||
|
||||
- script: |
|
||||
set -e
|
||||
node ./node_modules/playwright/install.js
|
||||
VSCODE_REMOTE_SERVER_PATH="$(agent.builddirectory)/vscode-reh-web-linux-x64" \
|
||||
yarn smoketest --web --headless --screenshots "$(build.artifactstagingdirectory)/smokeshots"
|
||||
displayName: Run smoke tests (Browser)
|
||||
continueOnError: true
|
||||
condition: and(succeeded(), eq(variables['RUN_TESTS'], 'true'))
|
||||
|
||||
- script: |
|
||||
set -e
|
||||
yarn gulp package-langpacks
|
||||
|
||||
Reference in New Issue
Block a user