Sometimes, I find myself struggling to find what I'm looking for on wallabyjs.com/docs. While the "guide" format is helpful, it'd be great to have a more "terse" view of all available configuration options, say in a table:
Option
Default
Type
Description
runMode
"automatic"
"onsave"\|"automatic"
Whether to run tests as you type ("automatic") or only on file save ("onsave")
debug
false
boolean
If true, print extra debugging info in the Wallaby Console
Also, maybe a search box would be nice, but a search engine can usually take care of this fine.
Hi,
Sometimes, I find myself struggling to find what I'm looking for on wallabyjs.com/docs. While the "guide" format is helpful, it'd be great to have a more "terse" view of all available configuration options, say in a table:
runMode
"automatic"
"onsave"\|"automatic"
"automatic"
) or only on file save ("onsave"
)debug
false
boolean
true
, print extra debugging info in the Wallaby ConsoleAlso, maybe a search box would be nice, but a search engine can usually take care of this fine.
Thanks!