{
  "slug": "count-failures-by-test-file",
  "title": "Count Failures by Test File",
  "fixture": "containers/deployment-triage-lab",
  "command_count": 2,
  "container_tool": "docker",
  "image": "localhost/linuxoneliners-lab:latest",
  "exit_code": 0,
  "elapsed_ms": 226,
  "stdout": "::fixture-ready::\n$ cat logs/test.log\nfail tests/checkout.spec.ts\nfail tests/login.spec.ts\nfail tests/checkout.spec.ts\n::exit-code::0\n$ grep -RhoE '[A-Za-z0-9_./-]+\\.(test|spec)\\.(js|ts|py|rb)' logs/ | sort | uniq -c | sort -nr | head\n      2 tests/checkout.spec.ts\n      1 tests/login.spec.ts\n      1 checkout.spec.ts\n::exit-code::0\n",
  "stderr": "",
  "ok": true,
  "security": {
    "network": "none",
    "capabilities": "dropped",
    "no_new_privileges": true,
    "memory": "256m",
    "cpus": "1",
    "pids_limit": 128,
    "tmpfs": [
      "/tmp",
      "/var"
    ]
  }
}