Download Testfully app & Testfully CLI
Testfully is available as both web and desktop apps with identical features and user experience. Testfully's Desktop App offers two solutions for storage: Testfully Cloud and Offline.
Download the Desktop app
Testfully's desktop app is available for Mac, Windows, and Linux
- The Windows app supports Windows 10 and Windows 11.
- The Mac app supports Mac OS 12, 13 and 14 at the moment with plans to support Mac OS 11 soon.
Please use the below links to download the latest version (1.154.0).
OS | Supported version | Installer | Download (1.154.0) |
---|---|---|---|
Windows | Windows 10 & 11 (64-bit only) | .msi | Download |
Mac | MacOS 12, 13 and 14 (Intel & Sillicon) | .app | Download |
Linux | All major distros (x86_64 architecture) | .AppImage | Download |
Installing the Linux app
Testfully app for Linux relies on libfuse2
to work. If you're getting an error related to fuse2, please install the lib. Ubuntu users, please run sudo apt install libfuse2
to install libfuse2
.
Use Testfully Web app
Head to app.testfully.io to access the latest version of Testfully.
You should know!
Due to the Cross-Origin Resource Sharing (CORS) policy of modern browsers and depending on your API implementation, you may get Network Error
when using Testfully's web app to send requests. To bypass this issue, please install our browser extensions or switch to our desktop app.
Browser | Latest Version | Install |
---|---|---|
Chrome | 1.1.0 | Download |
Firefox | 1.0.0 | Download |
Microsoft Edge | 1.1.0 | Download |
Safari | Coming soon |
Download Testfully CLI
Using Testfully CLI you can run your requests and associated tests as part of your CI & CD pipelines. Install Testfully CLI globally using npm
or yarn
.
# Install using npm
npm install -g @testfully/cli
# or install using yarn
yarn global add @testfully/cli
To learn more about Testfully CLI, head to Testfully CLI article.