Skip to content

Emualtor changes merge #7277

Emualtor changes merge

Emualtor changes merge #7277

Triggered via pull request February 10, 2025 22:36
Status Failure
Total duration 4m 22s
Artifacts 1

ci.yml

on: pull_request
Matrix: playwright-tests
Merge Playwright Reports
1m 10s
Merge Playwright Reports
Publish Nuget
0s
Publish Nuget
Publish Nuget MPAC
0s
Publish Nuget MPAC
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 19 warnings
Run Playwright Tests (Shard 6 of 8)
Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
Run Playwright Tests (Shard 7 of 8)
Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
Run Playwright Tests (Shard 8 of 8)
Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
Run Playwright Tests (Shard 4 of 8)
Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
Run Playwright Tests (Shard 2 of 8)
Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
Run Playwright Tests (Shard 1 of 8)
Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
Run Playwright Tests (Shard 3 of 8)
Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
Run Playwright Tests (Shard 5 of 8)
Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
Merge Playwright Reports
Process completed with exit code 1.
Unit Tests
Process completed with exit code 1.
Build
Login failed with Error: Using auth-type: SERVICE_PRINCIPAL. Not all values are present. Ensure 'client-id' and 'tenant-id' are supplied.. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
Build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Run Playwright Tests (Shard 6 of 8)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Run Playwright Tests (Shard 7 of 8)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Run Playwright Tests (Shard 8 of 8)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Run Playwright Tests (Shard 4 of 8)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Run Playwright Tests (Shard 2 of 8)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Run Playwright Tests (Shard 1 of 8)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Run Playwright Tests (Shard 3 of 8)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Run Playwright Tests (Shard 5 of 8)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Lint: src/Common/MongoProxyClient.ts#L70
React Hook "useMongoProxyEndpoint" is called in function "queryDocuments" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
Lint: src/Common/MongoProxyClient.ts#L70
React Hook "useMongoProxyEndpoint" is called in function "queryDocuments" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
Lint: src/Common/MongoProxyClient.ts#L197
React Hook "useMongoProxyEndpoint" is called in function "readDocument" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
Lint: src/Common/MongoProxyClient.ts#L292
React Hook "useMongoProxyEndpoint" is called in function "createDocument" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
Lint: src/Common/MongoProxyClient.ts#L376
React Hook "useMongoProxyEndpoint" is called in function "updateDocument" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
Lint: src/Common/MongoProxyClient.ts#L467
React Hook "useMongoProxyEndpoint" is called in function "deleteDocument" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
Lint: src/Common/MongoProxyClient.ts#L602
React Hook "useMongoProxyEndpoint" is called in function "createMongoCollectionWithProxy" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
Lint: src/Common/MongoProxyClient.ts#L692
React Hook "useMongoProxyEndpoint" is called in function "getFeatureEndpointOrDefault" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
Lint: src/Explorer/Controls/FeaturePanel/FeaturePanelComponent.tsx#L96
React Hook "React.useState" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
Lint: src/Explorer/Controls/FeaturePanel/FeaturePanelComponent.tsx#L99
React Hook "React.useState" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function

Artifacts

Produced during runtime
Name Size
dist
71 MB