Dec 11, 2023

Testing Tool Kit

Testfully

Installation

Download app

Link to official site - https://docs.testfully.io/docs/download/

Install

$ sudo tar -xvz -f testfully_1.69.0_amd64.AppImage.tar.gz
$ sudo mkdir /opt/testfully
$ sudo mv testfully_1.69.0_amd64.AppImage /opt/testfully

Create shortcut

$ cd /usr/share/applications/
$ sudo touch Testfully.desktop && sudo vim Testfully.desktop

[Desktop Entry]
Encoding=UTF-8
Name=Testfully
Exec=/opt/testfully/testfully_1.69.0_amd64.AppImage
Terminal=false
Type=Application
Categories=Development

Configuration

Import collection

Plus - Import or Export

No comments:

Post a Comment

Kubernetes

kubectl installation $ curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl...