wearefrank / ladybug

Enable users of your application to debug and test it
Apache License 2.0
13 stars 8 forks source link

Global XSLT transform is always applied to reports in tests tab even when disabled in Ladybug options or a specific XSLT transform is defined on the test #210

Open MLenterman opened 8 months ago

MLenterman commented 8 months ago

For the saved reports under the test tab, it currently seems to be impossible to not have the global XSLT transformation being applied to it. This restricts the test to always only compare the first and last checkpoint. The specific XSLT transformation that can be added on the test itself, is applied on the already transformed first and last checkpoint.

Having a default XSLT transformation that filters on first and last checkpoint is nice to have, but I would say that adding a specific transformation on the test itself should override the default transformation instead of being applied on top of the default transformation