microsoft / vscode-azureappservice

Azure App Service extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice
MIT License
111 stars 94 forks source link

Enable nightly tests and first pass of fixes for `deploy.test.ts` #2653

Open MicroFish91 opened 2 months ago

MicroFish91 commented 2 months ago

Depends on: https://github.com/microsoft/vscode-azuretools/pull/1756

You can disregard any changes to azureResourceWebAppActions as I will be posting all the fixes for that test file in the next PR. The suite.only being used for now is also intentional and will be removed in the next PR as well.

Local: image

Remote: image https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=9947761&view=results

Fixes for the following will come in follow-up PRs:

nturinski commented 1 month ago

I'm gonna hold off on approving until the appservice package gets released so we can observe what the long running tests do.

MicroFish91 commented 1 month ago

Confirmed everything is working, ready for final review :)