Testfully icon

Testfully 1.181.0,484

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.181.0,484",
  "src": {
    "url": "https://releases.testfully.io/desktop/build-484/Testfully.app.zip",
    "sha256": "39b9e1fd26c06b600ebfe41bc23ab141794beb74968f3be10649ecb7dc456993"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Testfully.app\" && cp -r \"Testfully.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Platform for API testing and monitoring",
    "homepage": "https://docs.testfully.io/"
  }
}