mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 21:11:53 +00:00
test(ui): add M365 provider data and credentials to provider tests
- Introduced M365ProviderData, M365ProviderCredential, and M365_CREDENTIAL_OPTIONS to enhance the provider tests. - This addition supports the integration of M365 provider functionalities in the UI tests.
This commit is contained in:
@@ -8,6 +8,9 @@ import {
|
||||
AZUREProviderData,
|
||||
AZUREProviderCredential,
|
||||
AZURE_CREDENTIAL_OPTIONS,
|
||||
M365ProviderData,
|
||||
M365ProviderCredential,
|
||||
M365_CREDENTIAL_OPTIONS,
|
||||
} from "./providers-page";
|
||||
|
||||
test.describe.serial("Add Provider", () => {
|
||||
|
||||
Reference in New Issue
Block a user