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
Currently hack/generate-e2e-test.py generates tests for sketches with a reference image defined in .test.yml.
This could be extended to also generate tests for sketches that have other criteria -- for example, specifying a hook (to be appended to the sketch) and an expected result:
test:
result: True
hook: "result <- focused"
The text was updated successfully, but these errors were encountered:
Currently
hack/generate-e2e-test.py
generates tests for sketches with a reference image defined in.test.yml
.This could be extended to also generate tests for sketches that have other criteria -- for example, specifying a hook (to be appended to the sketch) and an expected result:
The text was updated successfully, but these errors were encountered: