spectrum-web-components
spectrum-web-components copied to clipboard
[testing] Abstract and apply memory usage testing across the repo
trafficstars
Code of conduct
- [X] I agree to follow this project's code of conduct.
Description of issue
Building off of #3721, abstract the usage of measureUserAgentSpecificMemory() to a test helper, and apply that helper across all of the packages in the project.
Address leaks, etc., as they are uncovered.
Questions to answer:
- is it safe to run this "flag-customized" version of chromium for all tests? or should you create a group config using it that focuses only on the grid memory tests?
Not complete yet. But good progress.