You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2022. It is now read-only.
Currently, verifyTransform() in verify.js is untested since it actually runs run_web_tests.py hardcoded. It would be nice to have this as a path passed in as a flag so we can pass a dummy script to test the function.
Also, we might be able to add support for running the tool (not just testing) from a different directory than web_tests using the --run-web-tests flag. However, this has different behavior with baseline files and output, so more work needs to be done for that support.
Currently,
verifyTransform()inverify.jsis untested since it actually runs run_web_tests.py hardcoded. It would be nice to have this as a path passed in as a flag so we can pass a dummy script to test the function.Also, we might be able to add support for running the tool (not just testing) from a different directory than web_tests using the
--run-web-testsflag. However, this has different behavior with baseline files and output, so more work needs to be done for that support.