Replies: 3 comments
-
it was you update to
can u try https://github.com/VerifyTests/Verify.OpenXml instead of Verify.Syncfusion BTW your settings can mostly be done in a module ModuleInitializer |
Beta Was this translation helpful? Give feedback.
-
|
I see any reason why it would have such change? I will try OpenXml version. Thanks for a tip in my case I have different set of settings per different scope |
Beta Was this translation helpful? Give feedback.
-
|
the xlsx is the actual output. so it should be one of the snapshot files. the only reason it wasnt previously is that i could not get it to be deterministic. i solved the deterministic, hence it is now included |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After migrating to the newer versions of the libraries, the verification process started comparing the raw .xlsx file in addition to the generated .csv and .txt outputs.
This introduces instability, since .xlsx files can differ across platforms due to metadata and formatting, even when the actual data is identical.
Previously, the library relied on its internal conversion (to CSV/TXT) for verification, but now it also includes the original .xlsx as a received artifact.
Initialize
Test
Beta Was this translation helpful? Give feedback.
All reactions