Skip to content

@moonwall/cli@5.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 13:57
· 2 commits to main since this release
2b0afd6

Minor Changes

Patch Changes

  • 7cce71c: Added vitest arg pass through

  • 7cce71c: ### Enhanced Test CLI Options

    New Features

    • Added support for passing Vitest configuration options directly through CLI

      moonwall test dev_test --vitest "bail=2 retry=2"

    This can also be added to your moonwall.config.json file like:

    {
      "name": "passthrough_test",
      "testFileDir": ["suites/multi_fail"],
      "description": "Testing that bail can be passed through",
      "foundation": {
        "type": "read_only"
      },
      "vitestArgs": {
        "bail": 1
      },
      "connections": []
    }
  • Updated dependencies [543bda2]

    • @moonwall/types@5.9.0
    • @moonwall/util@5.9.0