class TestContextOptions
A class that contains options for the test context.
class TestContextOptions extends ConfigOptions
Notes
- These options should be set in a configuration callback passed to useTestContext.
Instance Members
- navigationPageIdThe initial page ID on the history stack, defaults to empty string.
- navigationDetailThe initial navigation detail on the history stack.
- navigationDelayThe delay (in milliseconds) after which path changes are applied, defaults to 5.
- renderFrequencyThe frequency (in milliseconds) with which output is added, defaults to 15.
- captureLogsTrue if all logs (using
app.log
) should be captured and added to currently running test(s).