Labeling tests #1403
Replies: 3 comments 2 replies
-
I use just command runner recipes and folders to group and slice the tests depending on env vars. But a baked-in solution would be cool. |
Beta Was this translation helpful? Give feedback.
-
Hurl seems like a great tool to easily setup integration tests, however it is missing test names, test config (easily turn on and off tests with given labels), test hierarchies (maybe through folder structure) and a test runner cli tool which could inject variables, manage test concurrency and print out a compact test reports that can be consumed by ci. |
Beta Was this translation helpful? Give feedback.
-
I have one remark relating to test semantics.
We can add naming/metadata for these 3 test levels. |
Beta Was this translation helpful? Give feedback.
-
👋 I wonder if it is a good idea to introduce some attribute/label for test grouping, like for example, some tests cannot be run on CI due to Cloudflare integrity check failure, and some tests should be run at different frequencies. Let me know if that makes sense. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions