Testfully icon

Testfully 1.187.0,529

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