sjansen/mecha

View on GitHub
internal/scriptset/testdata/testcase-2.json

Summary

Maintainability
Test Coverage
{
  "scripts": {
    "list": {
      "concurrent": false,
      "steps": [
        {
          "args": [
            "touch",
            "/tmp/foo"
          ]
        },
        {
          "args": [
            "ls",
            "-l",
            "/tmp"
          ]
        }
      ]
    },
    "set": {
      "concurrent": true,
      "steps": [
        {
          "args": [
            "ddate"
          ]
        },
        {
          "args": [
            "fortune"
          ]
        }
      ]
    }
  }
}