Add Industry column to test table and update report data#986
Add Industry column to test table and update report data#986pranjal-psys wants to merge 1 commit intomicrosoft:esm-pocfrom
Conversation
|
@microsoft-github-policy-service agree company="Perennial Sys" |
1 similar comment
|
@microsoft-github-policy-service agree company="Perennial Sys" |
- Introduced a new column for "Industry" in the test table with sorting functionality. - Updated the report data to include industry information for various tests, enhancing the context for each test case. - Renamed "Enhanced Security Mode" to "Elevated Security Mode" for clarity in the data table.
9482004 to
8732de4
Compare
There was a problem hiding this comment.
Pull request overview
This PR enhances the report’s test table by adding an Industry field to test metadata, exposing it as a sortable “Industry” column in the UI, and updating the ESM banner copy to use “Elevated Security Mode”.
Changes:
- Extend the
Testmodel and seededreportDatato includeTestIndustry. - Add a new sortable Industry column to the test table.
- Update UI wording from “Enhanced Security Mode” to “Elevated Security Mode”.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/report/src/config/report-data.ts |
Adds TestIndustry to the Test interface and populates it across the seeded reportData tests. |
src/report/src/components/test-table/data-table.tsx |
Updates the ESM banner label to “Elevated Security Mode”. |
src/report/src/components/test-table/columns.tsx |
Introduces a new sortable TestIndustry column with an N/A fallback when missing. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.