For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /config/build/dev.md.
close
  • English
  • dev

    Options for local development.

    dev.writeToDisk dev.writeToDiskdev.writeToDisk

    • CLI: --dev.writeToDisk

    By default, Rstest does not write test temporary files to disk, and this configuration item may be required when you debug rstest outputs.

    rstest.config.ts
    export default {
      dev: {
        writeToDisk: true,
      },
    };