-
Notifications
You must be signed in to change notification settings - Fork 643
test: better e2e test framework #20525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What problem does it solve? |
Some discussion: SLT itself isn't a very good DSL.
|
batch e2e tests is especially bad. It has multiple layers of control:
If we switch to |
Agree. DSL, NO; Lib, YES! |
Looking forward to further design. From my own perspective, however, I still believe the flexibility is always a trade-off: with limited expressiveness, we still gain some benefits with |
I agree for (maybe most) simple cases, DSL may be convenient. SLT + system commands are working fine. Maybe I just w
8000
ant a less verbose DSL, e.g., using markers like |
Maybe we can experimentally support an alternative syntax in |
#21082 is kind of this |
The text was updated successfully, but these errors were encountered: