Allow running test files via the API.
If api.host is exposed to network and allowWrite is true,
anyone connected to the API server can run arbitrary code on your machine.
Default
true if api.host is exposed to network, false otherwise
OptionalallowWrite?: boolean
Allow any write operations from the API server.
Default
true if api.host is exposed to network, false otherwise
Allow running test files via the API. If
api.hostis exposed to network andallowWriteis true, anyone connected to the API server can run arbitrary code on your machine.