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
The tests.yaml file duplicate cases into every test suite defined in tests.yaml. Since we are defining everything in one file, we could use YAML anchors, as already used in #731 (comment).
The
tests.yamlfile duplicate cases into every test suite defined intests.yaml. Since we are defining everything in one file, we could use YAML anchors, as already used in #731 (comment).