Allow default timeouts for functional tests to be configured in intern.json
#772
Labels
enhancement
A new or improved feature
Milestone
Currently, users are required to call
Command#setFindTimeout()
,Command#setExecuteAsyncTimeout()
, andCommand#setPageLoadTimeout()
somewhere in their functional tests in order to increase the defaults (the default find timeout is0
). It would be very nice to be able to configure these from withinintern.json
:The text was updated successfully, but these errors were encountered: