Testfully icon

Testfully 1.155.0,331

Platform for API testing and monitoring

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    testfully # Testfully
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    testfully # Testfully
  ];
}

Package Definition

{
  "pname": "testfully",
  "version": "1.155.0,331",
  "src": {
    "url": "https://releases.testfully.io/desktop/build-331/Testfully.app.zip",
    "sha256": "89ce217447554a68ccab458f98af8150f8a0da55d66192c8875f0317c0b58b1b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Testfully.app\" \"$out/Applications/Testfully.app\""
  ],
  "meta": {
    "description": "Platform for API testing and monitoring",
    "homepage": "https://docs.testfully.io/"
  }
}