mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-29 00:47:01 +00:00
bcd8b7229f
* Upgrade typescript to 4.9.5 * Fix compile issue and put back files in tsconfig.strict.json * Update test snapshots * Fix jest tests by upgrading jest and other related packages. * Attempt to fix playwright test * Revert "Attempt to fix playwright test" This reverts commit8293f34c9c
. * 2nd attempt to fix example test * fix waitFor in playwright * Remove unused describe section * Attempt to fix e2e test * Revert "Attempt to fix e2e test" This reverts commit9745bcd2ef
. * Upgrade playwright to latest * Revert "Upgrade playwright to latest" This reverts commite2ea1d0189
. * Error test on e2e * Revert "Error test on e2e" This reverts commit124e3764f7
. * Try to select dropdown item by xpath selector * Revert "Try to select dropdown item by xpath selector" This reverts commit8eb42a64e2
. * Attempt to wait until page is fully loaded * Revert "Attempt to wait until page is fully loaded" This reverts commitbb43fcea6e
. * Use playwright selectOption to select dropdown option * Revert "Use playwright selectOption to select dropdown option" This reverts commitdaa8cd0930
. * Select dropdown option with playwright api instead of manual click * c7ab4c7ecf7b05f32a85568bce1a667ad8c62703Revert "Select dropdown option with playwright api instead of manual click" This reverts commitc7ab4c7ecf
. * Wait for 5s after dropdown click * Revert "Wait for 5s after dropdown click" This reverts commit847e9ad33f
. * Try forcing click * Revert "Try forcing click" This reverts commit29b9fa1bda
. * Force click on the dropdown and set viewport size bigger. * Force click on the dropdown and set viewport size bigger. * try force clicking option * Skip container test on webkit * Add branded browsers to e2e tests --------- Co-authored-by: Ashley Stanton-Nurse <ashleyst@microsoft.com>
153 lines
6.1 KiB
JSON
153 lines
6.1 KiB
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"strictNullChecks": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"files": [
|
|
"./src/AuthType.ts",
|
|
"./src/Bindings/ReactBindingHandler.ts",
|
|
"./src/Common/ArrayHashMap.ts",
|
|
"./src/Common/CollapsedResourceTree.tsx",
|
|
"./src/Common/Constants.ts",
|
|
"./src/Common/DeleteFeedback.ts",
|
|
"./src/Common/DocumentUtility.ts",
|
|
"./src/Common/EnvironmentUtility.ts",
|
|
"./src/Common/HeadersUtility.test.ts",
|
|
"./src/Common/HeadersUtility.ts",
|
|
"./src/Common/Logger.ts",
|
|
"./src/Common/MessageHandler.test.ts",
|
|
"./src/Common/MessageHandler.ts",
|
|
"./src/Common/MongoUtility.ts",
|
|
"./src/Common/ObjectCache.test.ts",
|
|
"./src/Common/ObjectCache.ts",
|
|
"./src/Common/OfferUtility.test.ts",
|
|
"./src/Common/OfferUtility.ts",
|
|
"./src/Common/Splitter.ts",
|
|
"./src/Common/ThemeUtility.ts",
|
|
"./src/Common/UrlUtility.ts",
|
|
"./src/ConfigContext.ts",
|
|
"./src/Contracts/ActionContracts.ts",
|
|
"./src/Contracts/DataModels.ts",
|
|
"./src/Contracts/Diagnostics.ts",
|
|
"./src/Contracts/ExplorerContracts.ts",
|
|
"./src/Contracts/SelfServeContracts.ts",
|
|
"./src/Contracts/SubscriptionType.ts",
|
|
"./src/Contracts/Versions.ts",
|
|
"./src/Explorer/Controls/GitHub/GitHubStyleConstants.ts",
|
|
"./src/Explorer/Controls/SmartUi/InputUtils.ts",
|
|
"./src/Explorer/Graph/GraphExplorerComponent/ArraysByKeyCache.test.ts",
|
|
"./src/Explorer/Graph/GraphExplorerComponent/ArraysByKeyCache.ts",
|
|
"./src/Explorer/Graph/GraphExplorerComponent/EdgeInfoCache.ts",
|
|
"./src/Explorer/Graph/GraphExplorerComponent/GraphData.ts",
|
|
"./src/Explorer/LazyMonaco.ts",
|
|
"./src/Explorer/Menus/NotificationConsole/ConsoleData.tsx",
|
|
"./src/Explorer/Notebook/FileSystemUtil.ts",
|
|
"./src/Explorer/Notebook/NotebookComponent/ContentProviders/InMemoryContentProviderUtils.ts",
|
|
"./src/Explorer/Notebook/NotebookComponent/loadTransform.ts",
|
|
"./src/Explorer/Notebook/NotebookContentItem.ts",
|
|
"./src/Explorer/Notebook/SchemaAnalyzer/SchemaAnalyzerSplashScreen.tsx",
|
|
"./src/Explorer/OpenFullScreen.test.tsx",
|
|
"./src/Explorer/OpenFullScreen.tsx",
|
|
"./src/Explorer/Panes/PanelContainerComponent.test.tsx",
|
|
"./src/Explorer/Panes/PanelContainerComponent.tsx",
|
|
"./src/Explorer/Panes/PanelFooterComponent.tsx",
|
|
"./src/Explorer/Panes/PanelInfoErrorComponent.tsx",
|
|
"./src/Explorer/Panes/PanelLoadingScreen.tsx",
|
|
"./src/Explorer/Panes/PanelStyles.ts",
|
|
"./src/Explorer/Panes/Tables/Validators/EntityPropertyNameValidator.ts",
|
|
"./src/Explorer/Panes/Tables/Validators/EntityPropertyValidationCommon.ts",
|
|
"./src/Explorer/Tables/Constants.ts",
|
|
"./src/Explorer/Tables/CqlUtilities.test.ts",
|
|
"./src/Explorer/Tables/CqlUtilities.ts",
|
|
"./src/Explorer/Tables/DataTable/CacheBase.ts",
|
|
"./src/Explorer/Tables/Entities.ts",
|
|
"./src/Explorer/Tables/QueryBuilder/DateTimeUtilities.test.ts",
|
|
"./src/Explorer/Tables/QueryBuilder/DateTimeUtilities.ts",
|
|
"./src/Explorer/Tree/AccessibleVerticalList.ts",
|
|
"./src/GitHub/GitHubConnector.ts",
|
|
"./src/HostedExplorerChildFrame.ts",
|
|
"./src/Platform/Hosted/Components/MeControl.test.tsx",
|
|
"./src/Platform/Hosted/Components/MeControl.tsx",
|
|
"./src/Platform/Hosted/Components/SignInButton.tsx",
|
|
"./src/Platform/Hosted/HostedUtils.test.ts",
|
|
"./src/Platform/Hosted/HostedUtils.ts",
|
|
"./src/Platform/Hosted/extractFeatures.test.ts",
|
|
"./src/Platform/Hosted/extractFeatures.ts",
|
|
"./src/ReactDevTools.ts",
|
|
"./src/SelfServe/Example/SelfServeExample.types.ts",
|
|
"./src/SelfServe/SelfServeStyles.tsx",
|
|
"./src/SelfServe/SqlX/SqlxTypes.ts",
|
|
"./src/Shared/Constants.ts",
|
|
"./src/Shared/DefaultExperienceUtility.ts",
|
|
"./src/Shared/ExplorerSettings.ts",
|
|
"./src/Shared/LocalStorageUtility.ts",
|
|
"./src/Shared/PriceEstimateCalculator.ts",
|
|
"./src/Shared/SessionStorageUtility.ts",
|
|
"./src/Shared/StorageUtility.test.ts",
|
|
"./src/Shared/StorageUtility.ts",
|
|
"./src/Shared/StringUtility.test.ts",
|
|
"./src/Shared/StringUtility.ts",
|
|
"./src/Shared/appInsights.ts",
|
|
"./src/UserContext.ts",
|
|
"./src/Utils/APITypeUtils.ts",
|
|
"./src/Utils/AutoPilotUtils.ts",
|
|
"./src/Utils/Base64Utils.test.ts",
|
|
"./src/Utils/Base64Utils.ts",
|
|
"./src/Utils/BlobUtils.ts",
|
|
"./src/Utils/CapabilityUtils.ts",
|
|
"./src/Utils/CloudUtils.ts",
|
|
"./src/Utils/EndpointUtils.ts",
|
|
"./src/Utils/GitHubUtils.test.ts",
|
|
"./src/Utils/GitHubUtils.ts",
|
|
"./src/Utils/MessageValidation.test.ts",
|
|
"./src/Utils/MessageValidation.ts",
|
|
"./src/Utils/NotificationConsoleUtils.ts",
|
|
"./src/Utils/PricingUtils.ts",
|
|
"./src/Utils/StringUtils.test.ts",
|
|
"./src/Utils/StringUtils.ts",
|
|
"./src/Utils/StyleUtils.ts",
|
|
"./src/Utils/WindowUtils.test.ts",
|
|
"./src/Utils/WindowUtils.ts",
|
|
"./src/hooks/useConfig.ts",
|
|
"./src/hooks/useDirectories.tsx",
|
|
"./src/hooks/useGraphPhoto.tsx",
|
|
"./src/hooks/useNotebookSnapshotStore.ts",
|
|
"./src/hooks/usePortalAccessToken.tsx",
|
|
"./src/hooks/useNotificationConsole.ts",
|
|
"./src/hooks/useObservable.ts",
|
|
"./src/hooks/useSidePanel.ts",
|
|
"./src/i18n.ts",
|
|
"./src/quickstart.ts",
|
|
"./src/setupTests.ts",
|
|
"./src/userContext.test.ts",
|
|
"./src/Platform/Hosted/Components/SwitchAccount.tsx",
|
|
"./src/Platform/Hosted/Components/SwitchSubscription.tsx"
|
|
],
|
|
"include": [
|
|
"src/CellOutputViewer/transforms/**/*",
|
|
"src/Common/Tooltip/**/*",
|
|
"src/Controls/**/*",
|
|
"src/Definitions/**/*",
|
|
"src/Explorer/Controls/Accordion/**/*",
|
|
"src/Explorer/Controls/ErrorDisplayComponent/**/*",
|
|
"src/Explorer/Controls/Header/**/*",
|
|
"src/Explorer/Controls/RadioSwitchComponent/**/*",
|
|
"src/Explorer/Controls/ResizeSensorReactComponent/**/*",
|
|
"src/Explorer/Graph/GraphExplorerComponent/__mocks__/**/*",
|
|
"src/Explorer/Menus/NavBar/**/*",
|
|
"src/Explorer/Notebook/NotebookComponent/__mocks__/**/*",
|
|
"src/Explorer/Panes/RightPaneForm/**/*",
|
|
"src/Libs/**/*",
|
|
"src/Localization/**/*",
|
|
"src/Platform/Emulator/**/*",
|
|
"src/SelfServe/Documentation/**/*",
|
|
"src/Shared/Telemetry/**/*",
|
|
"src/Terminal/**/*",
|
|
"src/Utils/arm/**/*"
|
|
]
|
|
}
|