Testfully icon

Testfully 1.164.0,386

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.164.0,386",
  "src": {
    "url": "https://releases.testfully.io/desktop/build-386/Testfully.app.zip",
    "sha256": "b8664fc565b32602c19bf28225c0c214fdda578970020521f549ebea5df598a5"
  },
  "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/"
  }
}