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
Puppetry is an impressive app and it lets our test automating person do things she doesn't know enough programming to do. But sometimes we need to reach outside of the tools into using JS for things. I think template expressions could offer more here to avoid having to go deep into the JS methods and dynamic template variables.
There would be some benefit to having eval and evalAwait or something like that to allow going beyond the built-in utilities without necessarily needing to go very deep. For example, I needed to generate an iso8601 timestamp, strip a few characters. That's doable in a line of JS.
The text was updated successfully, but these errors were encountered:
Puppetry is an impressive app and it lets our test automating person do things she doesn't know enough programming to do. But sometimes we need to reach outside of the tools into using JS for things. I think template expressions could offer more here to avoid having to go deep into the JS methods and dynamic template variables.
There would be some benefit to having
eval
andevalAwait
or something like that to allow going beyond the built-in utilities without necessarily needing to go very deep. For example, I needed to generate an iso8601 timestamp, strip a few characters. That's doable in a line of JS.The text was updated successfully, but these errors were encountered: