Skip to content

v1.0.0-next.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 03:29
· 14 commits to main since this release
c0d3ec3

Minor Changes

  • 2bcb56e: Add scratchpad.config.js file as an alternative to specifying scratchpad options
    using the CLI flags.

    export default {
      devtools: true,
      headless: false,
      url: "https://www.google.com",
    };

    NOTE: CLI flags will take precidence over config file options.