Testfully icon

Testfully 1.156.0,353

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