You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The specs implemented within the vscode-ui test the following:
(test/vscode-ui/test/specs/error-err-config.spec.ts): Confirm that errors in a config are displayed correctly (missing title).
(test/vscode-ui/test/specs/error-no-config_creds.spec.ts): Confirm that the error is displayed when the associated config is not found for the selected deployment
(test/vscode-ui/test/specs/fastapi.spec.ts): Create a deployment successfully for the fastapi-simple example, where the project is not nested under a subdirectory in the workspace. (test/sample-content/fastapi-simple) - opened VSCode directly into fastapi-simple subdirectory.
(test/vscode-ui/test/specs/nested-fastapi-configuration.spec.ts): Create a deployment successfully for the fastapi-simple example, where the project is nested under a subdirectory in the workspace. (test/sample-content/fastapi-simple) - opened VSCode into the upper sample-content subdirectory.
(test/vscode-ui/test/specs/nested-fastapi-deployment.spec.ts): Create a nested deployment for the fastapi-simple example, verify all of the sections and status, and successfully deploy to server.
These tests need to be covered within the new framework.
The text was updated successfully, but these errors were encountered:
The specs implemented within the vscode-ui test the following:
test/sample-content/fastapi-simple
) - opened VSCode directly intofastapi-simple
subdirectory.test/sample-content/fastapi-simple
) - opened VSCode into the uppersample-content
subdirectory.These tests need to be covered within the new framework.
The text was updated successfully, but these errors were encountered: