Replies: 1 comment
-
Agreed with the points above, especially about |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Agreed with the points above, especially about |
Beta Was this translation helpful? Give feedback.
-
I have a workflow that executes several test on a staging environment that is protected via http authentication. This looks like this
As one can see, specifying the authentication on every test is a tedious task. Also specifying
followRedirects: false
on some tasks clutters the workflow.Is there a specific reason, why one can't specify all configuration that can be set on a test to be set on its workflow?
auth
andfollowRedirects
are just two I came across. I'm sure there are a lot more.And what about
method: GET
? This could also be a sane default, imho.Beta Was this translation helpful? Give feedback.
All reactions