SuffolkLITLab / ALKiln

Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.
https://assemblyline.suffolklitlab.org/docs/alkiln/intro
MIT License
14 stars 4 forks source link

Story Table: Only warn about duplicate rows that have mismatched values? #862

Open plocket opened 5 months ago

plocket commented 5 months ago

When 2 or more rows set the same variable, only warn the author if the rows try to set different values for that variable.

plocket commented 5 months ago

It's possible to compare stringified objects these days.

Properties are visited using the same algorithm as Object.keys(), which has a well-defined order and is stable across implementations.