Ji Kim
Ji Kim
Left one nit comment, but everything LGTM. Are we planning to have a follow-up work on testing `ContainerSummaryView`? I think it will be really nice if we can test how...
```cjs /*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ "use strict"; const getFluidTestMochaConfig = require("@fluid-internal/mocha-test-setup/mocharc-common"); const packageDir = __dirname; const...
With the change in the `Reporter.ts`, errors are correctly logged using the table.
`benchmarkCustom()` is now able to report all the test results without crashing. https://github.com/microsoft/FluidFramework/pull/22245#issuecomment-2327650099 Also from the comment above, I wanted to make sure that the error messages from `--perfMode` and...
`pnpm run test`  `pnpm run test:customBenchmarks`  `pnpm run test:customBenchmarks -- --perfMode` 
  Verified that the errors are logging in both `non-perfMode` and `perfMode`.
https://github.com/microsoft/FluidFramework/pull/22330 Looping @scottn12 @sonalideshpandemsft in.